Html Css Color HEX #55A5CE Picton Blue

📋 copy color: '#55A5CE'

red 85 ◦ green 165 ◦ blue 206

#55A5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #55A5CE

Tints of Picton Blue #55A5CE

RGB

 RED value IS 85 (33.59% from 255) = 18.64%

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 18.64%
G = 36.18%
B = 45.18%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55A5CE (or 0x55A5CE) is known color: Picton Blue. HEX triplet: 55, A5 and CE. RGB value is (85,165,206). Sum of RGB (Red+Green+Blue) = 85+165+206=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #55A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5CE is #AA5A31. Grayscale: #919191. Windows color (decimal): -11164210 or 13542741. OLE color: 13542741.

HSL color Cylindrical-coordinate representation of color #55A5CE: hue angle of 200.33º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55A5CE is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 165 206 -
CMYK 0.59 0.20 0 0.19
HSL 200.33º 0.55% 0.57% -
HSV(B) 200.33º 0.59% 0.81% -
XYZ 28.34 33.3 63.33 -
YUV 145.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 85 165 206 0.59 0.20 0 0.19 200.33 0.55 0.57
Hex 55 A5 CE 3B 14 0 13 C8 37 39
Octal 125 245 316 73 24 0 23 310 67 71
Binary 1010101 10100101 11001110 111011 10100 0 10011 11001000 110111 111001

Color Harmonies of #55A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A5CE

Black with #55A5CE

Text Example


Text Example

White with #55A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,165,206); }

 H1.HeaderClassName
 {
   color: #55A5CE;
 }
 .AnyTagClassName
 {
   color: #55A5CE;
 }
</style>

background-color css

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

 a { background-color: rgb(85,165,206); }

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

border-color css

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

 span { border-color: rgb(85,165,206); }

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