#58B5CD

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

Shades of Viking #58B5CD

Tints of Viking #58B5CD

Color information

#58B5CD (or 0x58B5CD) is unknown color: approx Viking. HEX triplet: 58, B5 and CD. RGB value is (88,181,205). Sum of RGB (Red+Green+Blue) = 88+181+205=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #58B5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B5CD is #A74A32. Grayscale: #9B9B9B. Windows color (decimal): -10963507 or 13481304. OLE color: 13481304.

HSL color Cylindrical-coordinate representation of color #58B5CD: hue angle of 192.31º 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 #58B5CD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88181205-
CMYK0.570.1200.20
HSL192.31º53.92%57.45%-
HSV(B)192.31º57.07%80.39%-
XYZ31.5739.5363.72-
YUV155.93155.6979.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=18.57%
G=38.19%
B=43.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881812050.570.1200.20192.3153.9257.45
Hex58B5CD39C014c03639
Octal13026531571140243006671
Binary10110001011010111001101111001110001010011000000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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