#55AEBE

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

Shades of Viking #55AEBE

Tints of Viking #55AEBE

Color information

#55AEBE (or 0x55AEBE) is unknown color: approx Viking. HEX triplet: 55, AE and BE. RGB value is (85,174,190). Sum of RGB (Red+Green+Blue) = 85+174+190=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #55AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEBE is #AA5141. Grayscale: #959595. Windows color (decimal): -11161922 or 12496469. OLE color: 12496469.

HSL color Cylindrical-coordinate representation of color #55AEBE: hue angle of 189.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AEBE is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85174190-
CMYK0.550.0800.25
HSL189.14º44.68%53.92%-
HSV(B)189.14º55.26%74.51%-
XYZ28.1835.9254.16-
YUV149.21151.0182.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.93%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=18.93%
G=38.75%
B=42.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851741900.550.0800.25189.1444.6853.92
Hex55AEBE378019bd2d36
Octal12525627667100312755566
Binary10101011010111010111110110111100001100110111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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