Html Css Color HEX #55ABB9 Viking

📋 copy color: '#55ABB9'

red 85 ◦ green 171 ◦ blue 185

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

Shades of Viking #55ABB9

Tints of Viking #55ABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 19.27%
G = 38.78%
B = 41.95%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55ABB9 (or 0x55ABB9) is known color: Viking. HEX triplet: 55, AB and B9. RGB value is (85,171,185). Sum of RGB (Red+Green+Blue) = 85+171+185=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #55ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABB9 is #AA5446. Grayscale: #929292. Windows color (decimal): -11162695 or 12168021. OLE color: 12168021.

HSL color Cylindrical-coordinate representation of color #55ABB9: hue angle of 188.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55ABB9 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 171 185 -
CMYK 0.54 0.08 0 0.27
HSL 188.4º 0.42% 0.53% -
HSV(B) 188.4º 0.54% 0.73% -
XYZ 27.07 34.56 51.14 -
YUV 146.88 149.51 83.86 -
System Red Green Blue C M Y K H S L
Decimal 85 171 185 0.54 0.08 0 0.27 188.4 0.42 0.53
Hex 55 AB B9 36 8 0 1B BC 2A 35
Octal 125 253 271 66 10 0 33 274 52 65
Binary 1010101 10101011 10111001 110110 1000 0 11011 10111100 101010 110101

Color Harmonies of #55ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABB9

Black with #55ABB9

Text Example


Text Example

White with #55ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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