#55A7CB

Color #55A7CB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #55A7CB

Tints of Picton Blue #55A7CB

Color information

#55A7CB (or 0x55A7CB) is unknown color: approx Picton Blue. HEX triplet: 55, A7 and CB. RGB value is (85,167,203). Sum of RGB (Red+Green+Blue) = 85+167+203=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #55A7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7CB is #AA5834. Grayscale: #929292. Windows color (decimal): -11163701 or 13346645. OLE color: 13346645.

HSL color Cylindrical-coordinate representation of color #55A7CB: hue angle of 198.31º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A7CB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85167203-
CMYK0.580.1800.20
HSL198.31º53.15%56.47%-
HSV(B)198.31º58.13%79.61%-
XYZ28.3433.8861.55-
YUV146.59159.8384.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=18.68%
G=36.70%
B=44.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851672030.580.1800.20198.3153.1556.47
Hex55A7CB3A12014c63538
Octal12524731372220243066570
Binary101010110100111110010111110101001001010011000110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A7CB; }

 p { color: rgb(85,167,203); }

 H1.HeaderClassName
 {
   color: #55A7CB;
 }
 .AnyTagClassName
 {
   color: #55A7CB;
 }
</style>
background-color css

<style>
 a { background-color: #55A7CB; }

 a { background-color: rgb(85,167,203); }

 div.DivClassName
 {
   background-color: #55A7CB;
 }
 .BgClassName
 {
   background-color: #55A7CB;
 }
</style>
border-color css

<style>
 span { border-color: #55A7CB; }

 span { border-color: rgb(85,167,203); }

 td.TdClassName
 {
   border-color: #55A7CB;
 }
 .TagClassName
 {
   border-color: #55A7CB;
 }
</style>