Shades of Viking #58B2CA
Tints of Viking #58B2CA
RGB
CMYK
RGB Variations
Color information
#58B2CA (or 0x58B2CA) is known color: Viking. HEX triplet: 58, B2 and CA. RGB value is (88,178,202). Sum of RGB (Red+Green+Blue) = 88+178+202=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #58B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B2CA is #A74D35. Grayscale: #999999. Windows color (decimal): -10964278 or 13283928. OLE color: 13283928.
HSL color Cylindrical-coordinate representation of color #58B2CA: hue angle of 192.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B2CA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 178 | 202 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.21 |
| HSL | 192.63º | 0.52% | 0.57% | - |
| HSV(B) | 192.63º | 0.56% | 0.79% | - |
| XYZ | 30.61 | 38.18 | 61.63 | - |
| YUV | 153.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 202 | 0.56 | 0.12 | 0 | 0.21 | 192.63 | 0.52 | 0.57 |
| Hex | 58 | B2 | CA | 38 | C | 0 | 15 | C1 | 34 | 39 |
| Octal | 130 | 262 | 312 | 70 | 14 | 0 | 25 | 301 | 64 | 71 |
| Binary | 1011000 | 10110010 | 11001010 | 111000 | 1100 | 0 | 10101 | 11000001 | 110100 | 111001 |
Color Harmonies of #58B2CA
Complementary color
Monochromatic Colors of #58B2CA
Black with #58B2CA
Text Example
Text Example
White with #58B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B2CA; }
p { color: rgb(88,178,202); }
H1.HeaderClassName
{
color: #58B2CA;
}
.AnyTagClassName
{
color: #58B2CA;
}
</style>
background-color css
<style>
a { background-color: #58B2CA; }
a { background-color: rgb(88,178,202); }
div.DivClassName
{
background-color: #58B2CA;
}
.BgClassName
{
background-color: #58B2CA;
}
</style>
border-color css
<style>
span { border-color: #58B2CA; }
span { border-color: rgb(88,178,202); }
td.TdClassName
{
border-color: #58B2CA;
}
.TagClassName
{
border-color: #58B2CA;
}
</style>