#58BAD6

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

Shades of Viking #58BAD6

Tints of Viking #58BAD6

Color information

#58BAD6 (or 0x58BAD6) is unknown color: approx Viking. HEX triplet: 58, BA and D6. RGB value is (88,186,214). Sum of RGB (Red+Green+Blue) = 88+186+214=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #58BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAD6 is #A74529. Grayscale: #9F9F9F. Windows color (decimal): -10962218 or 14072408. OLE color: 14072408.

HSL color Cylindrical-coordinate representation of color #58BAD6: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58BAD6 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88186214-
CMYK0.590.1300.16
HSL193.33º60.58%59.22%-
HSV(B)193.33º58.88%83.92%-
XYZ33.7242.0569.96-
YUV159.89158.5376.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.03%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=18.03%
G=38.11%
B=43.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881862140.590.1300.16193.3360.5859.22
Hex58BAD63BD010c13d3b
Octal13027232673150203017573
Binary10110001011101011010110111011110101000011000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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