#55AABD

Color #55AABD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55AABD

Tints of Viking #55AABD

Color information

#55AABD (or 0x55AABD) is unknown color: approx Viking. HEX triplet: 55, AA and BD. RGB value is (85,170,189). Sum of RGB (Red+Green+Blue) = 85+170+189=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #55AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AABD is #AA5542. Grayscale: #929292. Windows color (decimal): -11162947 or 12429909. OLE color: 12429909.

HSL color Cylindrical-coordinate representation of color #55AABD: hue angle of 190.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AABD is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85170189-
CMYK0.550.1000.26
HSL190.96º44.07%53.73%-
HSV(B)190.96º55.03%74.12%-
XYZ27.3134.3553.34-
YUV146.75151.8483.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.14%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=19.14%
G=38.29%
B=42.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851701890.550.1000.26190.9644.0753.73
Hex55AABD37A01Abf2c36
Octal12525227567120322775466
Binary10101011010101010111101110111101001101010111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55AABD;
 }
 .AnyTagClassName
 {
   color: #55AABD;
 }
</style>
background-color css

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

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

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

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

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

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