#58B6BF

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

Shades of Viking #58B6BF

Tints of Viking #58B6BF

Color information

#58B6BF (or 0x58B6BF) is unknown color: approx Viking. HEX triplet: 58, B6 and BF. RGB value is (88,182,191). Sum of RGB (Red+Green+Blue) = 88+182+191=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #58B6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B6BF is #A74940. Grayscale: #9A9A9A. Windows color (decimal): -10963265 or 12564056. OLE color: 12564056.

HSL color Cylindrical-coordinate representation of color #58B6BF: hue angle of 185.24º degrees, saturation: 0.45, 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 #58B6BF is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88182191-
CMYK0.540.0500.25
HSL185.24º44.59%54.71%-
HSV(B)185.24º53.93%74.9%-
XYZ30.1639.2955.28-
YUV154.92148.3680.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.09%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 191 (75% from 255) = 41.43%
R=19.09%
G=39.48%
B=41.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881821910.540.0500.25185.2444.5954.71
Hex58B6BF365019b92d37
Octal1302662776650312715567
Binary1011000101101101011111111011010101100110111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,182,191); }

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

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

 a { background-color: rgb(88,182,191); }

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

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

 span { border-color: rgb(88,182,191); }

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