#55AABB

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

Shades of Viking #55AABB

Tints of Viking #55AABB

Color information

#55AABB (or 0x55AABB) is unknown color: approx Viking. HEX triplet: 55, AA and BB. RGB value is (85,170,187). Sum of RGB (Red+Green+Blue) = 85+170+187=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #55AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AABB is #AA5544. Grayscale: #929292. Windows color (decimal): -11162949 or 12298837. OLE color: 12298837.

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

Color convert

RGB85170187-
CMYK0.550.0900.27
HSL190º42.86%53.33%-
HSV(B)190º54.55%73.33%-
XYZ27.0934.2752.2-
YUV146.52150.8484.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=19.23%
G=38.46%
B=42.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851701870.550.0900.2719042.8653.33
Hex55AABB37901Bbe2b35
Octal12525227367110332765365
Binary10101011010101010111011110111100101101110111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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