#58BABE

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

Shades of Viking #58BABE

Tints of Viking #58BABE

Color information

#58BABE (or 0x58BABE) is unknown color: approx Viking. HEX triplet: 58, BA and BE. RGB value is (88,186,190). Sum of RGB (Red+Green+Blue) = 88+186+190=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #58BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BABE is #A74541. Grayscale: #9D9D9D. Windows color (decimal): -10962242 or 12499544. OLE color: 12499544.

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

Color convert

RGB88186190-
CMYK0.540.0200.25
HSL182.35º43.97%54.51%-
HSV(B)182.35º53.68%74.51%-
XYZ30.8840.9154.98-
YUV157.15146.5378.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.97%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=18.97%
G=40.09%
B=40.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881861900.540.0200.25182.3543.9754.51
Hex58BABE362019b62c37
Octal1302722766620312665467
Binary101100010111010101111101101101001100110110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BABE; }

 p { color: rgb(88,186,190); }

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

<style>
 a { background-color: #58BABE; }

 a { background-color: rgb(88,186,190); }

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

<style>
 span { border-color: #58BABE; }

 span { border-color: rgb(88,186,190); }

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