Html Css Color HEX #55A8CC Picton Blue

📋 copy color: '#55A8CC'

red 85 ◦ green 168 ◦ blue 204

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

Shades of Picton Blue #55A8CC

Tints of Picton Blue #55A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 18.6%
G = 36.76%
B = 44.64%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55A8CC (or 0x55A8CC) is known color: Picton Blue. HEX triplet: 55, A8 and CC. RGB value is (85,168,204). Sum of RGB (Red+Green+Blue) = 85+168+204=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #55A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8CC is #AA5733. Grayscale: #939393. Windows color (decimal): -11163444 or 13412437. OLE color: 13412437.

HSL color Cylindrical-coordinate representation of color #55A8CC: hue angle of 198.15º 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 #55A8CC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 168 204 -
CMYK 0.58 0.18 0 0.2
HSL 198.15º 0.54% 0.57% -
HSV(B) 198.15º 0.58% 0.8% -
XYZ 28.65 34.3 62.24 -
YUV 147.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 85 168 204 0.58 0.18 0 0.2 198.15 0.54 0.57
Hex 55 A8 CC 3A 12 0 14 C6 36 39
Octal 125 250 314 72 22 0 24 306 66 71
Binary 1010101 10101000 11001100 111010 10010 0 10100 11000110 110110 111001

Color Harmonies of #55A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A8CC

Black with #55A8CC

Text Example


Text Example

White with #55A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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