Html Css Color HEX #55AAB9 Viking

📋 copy color: '#55AAB9'

red 85 ◦ green 170 ◦ blue 185

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

Shades of Viking #55AAB9

Tints of Viking #55AAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.64%

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

R = 19.32%
G = 38.64%
B = 42.05%

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

#55AAB9 (or 0x55AAB9) is known color: Viking. HEX triplet: 55, AA and B9. RGB value is (85,170,185). Sum of RGB (Red+Green+Blue) = 85+170+185=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #55AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAB9 is #AA5546. Grayscale: #929292. Windows color (decimal): -11162951 or 12167765. OLE color: 12167765.

HSL color Cylindrical-coordinate representation of color #55AAB9: hue angle of 189º 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 #55AAB9 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 170 185 -
CMYK 0.54 0.08 0 0.27
HSL 189º 0.42% 0.53% -
HSV(B) 189º 0.54% 0.73% -
XYZ 26.88 34.18 51.08 -
YUV 146.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 85 170 185 0.54 0.08 0 0.27 189 0.42 0.53
Hex 55 AA B9 36 8 0 1B BD 2A 35
Octal 125 252 271 66 10 0 33 275 52 65
Binary 1010101 10101010 10111001 110110 1000 0 11011 10111101 101010 110101

Color Harmonies of #55AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AAB9

Black with #55AAB9

Text Example


Text Example

White with #55AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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