Html Css Color HEX #55A2CE Picton Blue

📋 copy color: '#55A2CE'

red 85 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #55A2CE

Tints of Picton Blue #55A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 18.76%
G = 35.76%
B = 45.47%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#55A2CE (or 0x55A2CE) is known color: Picton Blue. HEX triplet: 55, A2 and CE. RGB value is (85,162,206). Sum of RGB (Red+Green+Blue) = 85+162+206=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #55A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2CE is #AA5D31. Grayscale: #8F8F8F. Windows color (decimal): -11164978 or 13541973. OLE color: 13541973.

HSL color Cylindrical-coordinate representation of color #55A2CE: hue angle of 201.82º 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 #55A2CE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 162 206 -
CMYK 0.59 0.21 0 0.19
HSL 201.82º 0.55% 0.57% -
HSV(B) 201.82º 0.59% 0.81% -
XYZ 27.81 32.23 63.15 -
YUV 143.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 85 162 206 0.59 0.21 0 0.19 201.82 0.55 0.57
Hex 55 A2 CE 3B 15 0 13 CA 37 39
Octal 125 242 316 73 25 0 23 312 67 71
Binary 1010101 10100010 11001110 111011 10101 0 10011 11001010 110111 111001

Color Harmonies of #55A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A2CE

Black with #55A2CE

Text Example


Text Example

White with #55A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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