Html Css Color HEX #55A0CA Picton Blue

📋 copy color: '#55A0CA'

red 85 ◦ green 160 ◦ blue 202

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

Shades of Picton Blue #55A0CA

Tints of Picton Blue #55A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 19.02%
G = 35.79%
B = 45.19%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#55A0CA (or 0x55A0CA) is known color: Picton Blue. HEX triplet: 55, A0 and CA. RGB value is (85,160,202). Sum of RGB (Red+Green+Blue) = 85+160+202=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #55A0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A0CA is #AA5F35. Grayscale: #8E8E8E. Windows color (decimal): -11165494 or 13279317. OLE color: 13279317.

HSL color Cylindrical-coordinate representation of color #55A0CA: hue angle of 201.54º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55A0CA is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 160 202 -
CMYK 0.58 0.21 0 0.21
HSL 201.54º 0.52% 0.56% -
HSV(B) 201.54º 0.58% 0.79% -
XYZ 26.98 31.34 60.5 -
YUV 142.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 85 160 202 0.58 0.21 0 0.21 201.54 0.52 0.56
Hex 55 A0 CA 3A 15 0 15 CA 34 38
Octal 125 240 312 72 25 0 25 312 64 70
Binary 1010101 10100000 11001010 111010 10101 0 10101 11001010 110100 111000

Color Harmonies of #55A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A0CA

Black with #55A0CA

Text Example


Text Example

White with #55A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,160,202); }

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

background-color css

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

 a { background-color: rgb(85,160,202); }

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

border-color css

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

 span { border-color: rgb(85,160,202); }

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