Html Css Color HEX #55A2CC Picton Blue

📋 copy color: '#55A2CC'

red 85 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #55A2CC

Tints of Picton Blue #55A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 18.85%
G = 35.92%
B = 45.23%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55A2CC (or 0x55A2CC) is known color: Picton Blue. HEX triplet: 55, A2 and CC. RGB value is (85,162,204). Sum of RGB (Red+Green+Blue) = 85+162+204=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #55A2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2CC is #AA5D33. Grayscale: #8F8F8F. Windows color (decimal): -11164980 or 13410901. OLE color: 13410901.

HSL color Cylindrical-coordinate representation of color #55A2CC: hue angle of 201.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A2CC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 162 204 -
CMYK 0.58 0.21 0 0.2
HSL 201.18º 0.54% 0.57% -
HSV(B) 201.18º 0.58% 0.8% -
XYZ 27.57 32.13 61.88 -
YUV 143.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 85 162 204 0.58 0.21 0 0.2 201.18 0.54 0.57
Hex 55 A2 CC 3A 15 0 14 C9 36 39
Octal 125 242 314 72 25 0 24 311 66 71
Binary 1010101 10100010 11001100 111010 10101 0 10100 11001001 110110 111001

Color Harmonies of #55A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A2CC

Black with #55A2CC

Text Example


Text Example

White with #55A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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