Html Css Color HEX #55ACCC Viking

📋 copy color: '#55ACCC'

red 85 ◦ green 172 ◦ blue 204

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

Shades of Viking #55ACCC

Tints of Viking #55ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 18.44%
G = 37.31%
B = 44.25%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#55ACCC (or 0x55ACCC) is known color: Viking. HEX triplet: 55, AC and CC. RGB value is (85,172,204). Sum of RGB (Red+Green+Blue) = 85+172+204=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #55ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACCC is #AA5333. Grayscale: #959595. Windows color (decimal): -11162420 or 13413461. OLE color: 13413461.

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

Color convert

RGB 85 172 204 -
CMYK 0.58 0.16 0 0.2
HSL 196.13º 0.54% 0.57% -
HSV(B) 196.13º 0.58% 0.8% -
XYZ 29.4 35.8 62.49 -
YUV 149.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 85 172 204 0.58 0.16 0 0.2 196.13 0.54 0.57
Hex 55 AC CC 3A 10 0 14 C4 36 39
Octal 125 254 314 72 20 0 24 304 66 71
Binary 1010101 10101100 11001100 111010 10000 0 10100 11000100 110110 111001

Color Harmonies of #55ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ACCC

Black with #55ACCC

Text Example


Text Example

White with #55ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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