Shades of Viking #58B2CC
Tints of Viking #58B2CC
RGB
CMYK
RGB Variations
Color information
#58B2CC (or 0x58B2CC) is known color: Viking. HEX triplet: 58, B2 and CC. RGB value is (88,178,204). Sum of RGB (Red+Green+Blue) = 88+178+204=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #58B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2CC is #A74D33. Grayscale: #999999. Windows color (decimal): -10964276 or 13415000. OLE color: 13415000.
HSL color Cylindrical-coordinate representation of color #58B2CC: hue angle of 193.45º 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 #58B2CC is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 178 | 204 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.2 |
| HSL | 193.45º | 0.53% | 0.57% | - |
| HSV(B) | 193.45º | 0.57% | 0.8% | - |
| XYZ | 30.84 | 38.28 | 62.89 | - |
| YUV | 154.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 204 | 0.57 | 0.13 | 0 | 0.2 | 193.45 | 0.53 | 0.57 |
| Hex | 58 | B2 | CC | 39 | D | 0 | 14 | C1 | 35 | 39 |
| Octal | 130 | 262 | 314 | 71 | 15 | 0 | 24 | 301 | 65 | 71 |
| Binary | 1011000 | 10110010 | 11001100 | 111001 | 1101 | 0 | 10100 | 11000001 | 110101 | 111001 |
Color Harmonies of #58B2CC
Complementary color
Monochromatic Colors of #58B2CC
Black with #58B2CC
Text Example
Text Example
White with #58B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B2CC; }
p { color: rgb(88,178,204); }
H1.HeaderClassName
{
color: #58B2CC;
}
.AnyTagClassName
{
color: #58B2CC;
}
</style>
background-color css
<style>
a { background-color: #58B2CC; }
a { background-color: rgb(88,178,204); }
div.DivClassName
{
background-color: #58B2CC;
}
.BgClassName
{
background-color: #58B2CC;
}
</style>
border-color css
<style>
span { border-color: #58B2CC; }
span { border-color: rgb(88,178,204); }
td.TdClassName
{
border-color: #58B2CC;
}
.TagClassName
{
border-color: #58B2CC;
}
</style>