#58c3cd

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

Shades of Viking #58C3CD

Tints of Viking #58C3CD

Color information

#58C3CD (or 0x58C3CD) is unknown color: approx Viking. HEX triplet: 58, C3 and CD. RGB value is (88,195,205). Sum of RGB (Red+Green+Blue) = 88+195+205=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #58C3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C3CD is #A73C32. Grayscale: #A4A4A4. Windows color (decimal): -10959923 or 13484888. OLE color: 13484888.

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

Color convert

RGB88195205-
CMYK0.570.0500.20
HSL185.13º53.92%57.45%-
HSV(B)185.13º57.07%80.39%-
XYZ34.5645.5164.72-
YUV164.15151.0573.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.03%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=18.03%
G=39.96%
B=42.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881952050.570.0500.20185.1353.9257.45
Hex58C3CD395014b93639
Octal1303033157150242716671
Binary1011000110000111100110111100110101010010111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58c3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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