Html Css Color HEX #55ABCC Viking

📋 copy color: '#55ABCC'

red 85 ◦ green 171 ◦ blue 204

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

Shades of Viking #55ABCC

Tints of Viking #55ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 18.48%
G = 37.17%
B = 44.35%

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

#55ABCC (or 0x55ABCC) is known color: Viking. HEX triplet: 55, AB and CC. RGB value is (85,171,204). Sum of RGB (Red+Green+Blue) = 85+171+204=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #55ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABCC is #AA5433. Grayscale: #949494. Windows color (decimal): -11162676 or 13413205. OLE color: 13413205.

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

Color convert

RGB 85 171 204 -
CMYK 0.58 0.16 0 0.2
HSL 196.64º 0.54% 0.57% -
HSV(B) 196.64º 0.58% 0.8% -
XYZ 29.21 35.42 62.42 -
YUV 149.05 159.01 82.32 -
System Red Green Blue C M Y K H S L
Decimal 85 171 204 0.58 0.16 0 0.2 196.64 0.54 0.57
Hex 55 AB CC 3A 10 0 14 C5 36 39
Octal 125 253 314 72 20 0 24 305 66 71
Binary 1010101 10101011 11001100 111010 10000 0 10100 11000101 110110 111001

Color Harmonies of #55ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABCC

Black with #55ABCC

Text Example


Text Example

White with #55ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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