#58BDCD

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

Shades of Viking #58BDCD

Tints of Viking #58BDCD

Color information

#58BDCD (or 0x58BDCD) is unknown color: approx Viking. HEX triplet: 58, BD and CD. RGB value is (88,189,205). Sum of RGB (Red+Green+Blue) = 88+189+205=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #58BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDCD is #A74232. Grayscale: #A0A0A0. Windows color (decimal): -10961459 or 13483352. OLE color: 13483352.

HSL color Cylindrical-coordinate representation of color #58BDCD: hue angle of 188.21º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BDCD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88189205-
CMYK0.570.0800.20
HSL188.21º53.92%57.45%-
HSV(B)188.21º57.07%80.39%-
XYZ33.2442.8864.28-
YUV160.62153.0476.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=18.26%
G=39.21%
B=42.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881892050.570.0800.20188.2153.9257.45
Hex58BDCD398014bc3639
Octal13027531571100242746671
Binary10110001011110111001101111001100001010010111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,189,205); }

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

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

 a { background-color: rgb(88,189,205); }

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

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

 span { border-color: rgb(88,189,205); }

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