#58C0CA

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

Shades of Viking #58C0CA

Tints of Viking #58C0CA

Color information

#58C0CA (or 0x58C0CA) is unknown color: approx Viking. HEX triplet: 58, C0 and CA. RGB value is (88,192,202). Sum of RGB (Red+Green+Blue) = 88+192+202=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #58C0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0CA is #A73F35. Grayscale: #A1A1A1. Windows color (decimal): -10960694 or 13287512. OLE color: 13287512.

HSL color Cylindrical-coordinate representation of color #58C0CA: hue angle of 185.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C0CA is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88192202-
CMYK0.560.0500.21
HSL185.26º51.82%56.86%-
HSV(B)185.26º56.44%79.22%-
XYZ33.5344.0462.61-
YUV162.04150.5475.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=18.26%
G=39.83%
B=41.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881922020.560.0500.21185.2651.8256.86
Hex58C0CA385015b93439
Octal1303003127050252716471
Binary1011000110000001100101011100010101010110111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,192,202); }

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

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

 a { background-color: rgb(88,192,202); }

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

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

 span { border-color: rgb(88,192,202); }

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