Html Css Color HEX #58C0CD Viking

📋 copy color: '#58C0CD'

red 88 ◦ green 192 ◦ blue 205

#58C0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #58C0CD

Tints of Viking #58C0CD

RGB

 RED value IS 88 (34.77% from 255) = 18.14%

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 18.14%
G = 39.59%
B = 42.27%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58C0CD (or 0x58C0CD) is known color: Viking. HEX triplet: 58, C0 and CD. RGB value is (88,192,205). Sum of RGB (Red+Green+Blue) = 88+192+205=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #58C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0CD is #A73F32. Grayscale: #A2A2A2. Windows color (decimal): -10960691 or 13484120. OLE color: 13484120.

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

Color convert

RGB 88 192 205 -
CMYK 0.57 0.06 0 0.20
HSL 186.67º 0.54% 0.57% -
HSV(B) 186.67º 0.57% 0.8% -
XYZ 33.89 44.18 64.5 -
YUV 162.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 88 192 205 0.57 0.06 0 0.20 186.67 0.54 0.57
Hex 58 C0 CD 39 6 0 14 BB 36 39
Octal 130 300 315 71 6 0 24 273 66 71
Binary 1011000 11000000 11001101 111001 110 0 10100 10111011 110110 111001

Color Harmonies of #58C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0CD

Black with #58C0CD

Text Example


Text Example

White with #58C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58C0CD;
 }
 .AnyTagClassName
 {
   color: #58C0CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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