#5BAABE

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

Shades of Viking #5BAABE

Tints of Viking #5BAABE

Color information

#5BAABE (or 0x5BAABE) is unknown color: approx Viking. HEX triplet: 5B, AA and BE. RGB value is (91,170,190). Sum of RGB (Red+Green+Blue) = 91+170+190=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #5BAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAABE is #A45541. Grayscale: #949494. Windows color (decimal): -10769730 or 12495451. OLE color: 12495451.

HSL color Cylindrical-coordinate representation of color #5BAABE: hue angle of 192.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAABE is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91170190-
CMYK0.520.1100.25
HSL192.12º43.23%55.1%-
HSV(B)192.12º52.11%74.51%-
XYZ27.9834.6953.94-
YUV148.66151.3386.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.18%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=20.18%
G=37.69%
B=42.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911701900.520.1100.25192.1243.2355.1
Hex5BAABE34B019c02b37
Octal13325227664130313005367
Binary10110111010101010111110110100101101100111000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAABE; }

 p { color: rgb(91,170,190); }

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

<style>
 a { background-color: #5BAABE; }

 a { background-color: rgb(91,170,190); }

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

<style>
 span { border-color: #5BAABE; }

 span { border-color: rgb(91,170,190); }

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