Shades of Viking #58B1CB
Tints of Viking #58B1CB
RGB
CMYK
RGB Variations
Color information
#58B1CB (or 0x58B1CB) is known color: Viking. HEX triplet: 58, B1 and CB. RGB value is (88,177,203). Sum of RGB (Red+Green+Blue) = 88+177+203=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #58B1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1CB is #A74E34. Grayscale: #999999. Windows color (decimal): -10964533 or 13349208. OLE color: 13349208.
HSL color Cylindrical-coordinate representation of color #58B1CB: hue angle of 193.57º 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 #58B1CB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 177 | 203 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.20 |
| HSL | 193.57º | 0.53% | 0.57% | - |
| HSV(B) | 193.57º | 0.57% | 0.8% | - |
| XYZ | 30.53 | 37.83 | 62.19 | - |
| YUV | 153.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 203 | 0.57 | 0.13 | 0 | 0.20 | 193.57 | 0.53 | 0.57 |
| Hex | 58 | B1 | CB | 39 | D | 0 | 14 | C2 | 35 | 39 |
| Octal | 130 | 261 | 313 | 71 | 15 | 0 | 24 | 302 | 65 | 71 |
| Binary | 1011000 | 10110001 | 11001011 | 111001 | 1101 | 0 | 10100 | 11000010 | 110101 | 111001 |
Color Harmonies of #58B1CB
Complementary color
Monochromatic Colors of #58B1CB
Black with #58B1CB
Text Example
Text Example
White with #58B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B1CB; }
p { color: rgb(88,177,203); }
H1.HeaderClassName
{
color: #58B1CB;
}
.AnyTagClassName
{
color: #58B1CB;
}
</style>
background-color css
<style>
a { background-color: #58B1CB; }
a { background-color: rgb(88,177,203); }
div.DivClassName
{
background-color: #58B1CB;
}
.BgClassName
{
background-color: #58B1CB;
}
</style>
border-color css
<style>
span { border-color: #58B1CB; }
span { border-color: rgb(88,177,203); }
td.TdClassName
{
border-color: #58B1CB;
}
.TagClassName
{
border-color: #58B1CB;
}
</style>