#58C0D1

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

Shades of Viking #58C0D1

Tints of Viking #58C0D1

Color information

#58C0D1 (or 0x58C0D1) is unknown color: approx Viking. HEX triplet: 58, C0 and D1. RGB value is (88,192,209). Sum of RGB (Red+Green+Blue) = 88+192+209=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #58C0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0D1 is #A73F2E. Grayscale: #A2A2A2. Windows color (decimal): -10960687 or 13746264. OLE color: 13746264.

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

Color convert

RGB88192209-
CMYK0.580.0800.18
HSL188.43º56.81%58.24%-
HSV(B)188.43º57.89%81.96%-
XYZ34.3844.3867.08-
YUV162.84154.0474.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.00%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=18.00%
G=39.26%
B=42.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal881922090.580.0800.18188.4356.8158.24
Hex58C0D13A8012bc393a
Octal13030032172100222747172
Binary10110001100000011010001111010100001001010111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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