Shades of Viking #58B0CC
Tints of Viking #58B0CC
RGB
CMYK
RGB Variations
Color information
#58B0CC (or 0x58B0CC) is known color: Viking. HEX triplet: 58, B0 and CC. RGB value is (88,176,204). Sum of RGB (Red+Green+Blue) = 88+176+204=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #58B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0CC is #A74F33. Grayscale: #989898. Windows color (decimal): -10964788 or 13414488. OLE color: 13414488.
HSL color Cylindrical-coordinate representation of color #58B0CC: hue angle of 194.48º degrees, saturation: 0.53, 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 #58B0CC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 176 | 204 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.2 |
| HSL | 194.48º | 0.53% | 0.57% | - |
| HSV(B) | 194.48º | 0.57% | 0.8% | - |
| XYZ | 30.45 | 37.49 | 62.76 | - |
| YUV | 152.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 176 | 204 | 0.57 | 0.14 | 0 | 0.2 | 194.48 | 0.53 | 0.57 |
| Hex | 58 | B0 | CC | 39 | E | 0 | 14 | C2 | 35 | 39 |
| Octal | 130 | 260 | 314 | 71 | 16 | 0 | 24 | 302 | 65 | 71 |
| Binary | 1011000 | 10110000 | 11001100 | 111001 | 1110 | 0 | 10100 | 11000010 | 110101 | 111001 |
Color Harmonies of #58B0CC
Complementary color
Monochromatic Colors of #58B0CC
Black with #58B0CC
Text Example
Text Example
White with #58B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B0CC; }
p { color: rgb(88,176,204); }
H1.HeaderClassName
{
color: #58B0CC;
}
.AnyTagClassName
{
color: #58B0CC;
}
</style>
background-color css
<style>
a { background-color: #58B0CC; }
a { background-color: rgb(88,176,204); }
div.DivClassName
{
background-color: #58B0CC;
}
.BgClassName
{
background-color: #58B0CC;
}
</style>
border-color css
<style>
span { border-color: #58B0CC; }
span { border-color: rgb(88,176,204); }
td.TdClassName
{
border-color: #58B0CC;
}
.TagClassName
{
border-color: #58B0CC;
}
</style>