#55AEBA

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

Shades of Viking #55AEBA

Tints of Viking #55AEBA

Color information

#55AEBA (or 0x55AEBA) is unknown color: approx Viking. HEX triplet: 55, AE and BA. RGB value is (85,174,186). Sum of RGB (Red+Green+Blue) = 85+174+186=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #55AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEBA is #AA5145. Grayscale: #949494. Windows color (decimal): -11161926 or 12234325. OLE color: 12234325.

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

Color convert

RGB85174186-
CMYK0.540.0600.27
HSL187.13º42.26%53.14%-
HSV(B)187.13º54.3%72.94%-
XYZ27.7535.7551.89-
YUV148.76149.0182.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=19.10%
G=39.10%
B=41.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851741860.540.0600.27187.1342.2653.14
Hex55AEBA36601Bbb2a35
Octal1252562726660332735265
Binary1010101101011101011101011011011001101110111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,186); }

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

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

 a { background-color: rgb(85,174,186); }

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

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

 span { border-color: rgb(85,174,186); }

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