Shades of Viking #58B4BD
Tints of Viking #58B4BD
RGB
CMYK
RGB Variations
Color information
#58B4BD (or 0x58B4BD) is known color: Viking. HEX triplet: 58, B4 and BD. RGB value is (88,180,189). Sum of RGB (Red+Green+Blue) = 88+180+189=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #58B4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4BD is #A74B42. Grayscale: #999999. Windows color (decimal): -10963779 or 12432472. OLE color: 12432472.
HSL color Cylindrical-coordinate representation of color #58B4BD: hue angle of 185.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58B4BD is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 180 | 189 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.26 |
| HSL | 185.35º | 0.43% | 0.54% | - |
| HSV(B) | 185.35º | 0.53% | 0.74% | - |
| XYZ | 29.53 | 38.39 | 54 | - |
| YUV | 153.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 189 | 0.53 | 0.05 | 0 | 0.26 | 185.35 | 0.43 | 0.54 |
| Hex | 58 | B4 | BD | 35 | 5 | 0 | 1A | B9 | 2B | 36 |
| Octal | 130 | 264 | 275 | 65 | 5 | 0 | 32 | 271 | 53 | 66 |
| Binary | 1011000 | 10110100 | 10111101 | 110101 | 101 | 0 | 11010 | 10111001 | 101011 | 110110 |
Color Harmonies of #58B4BD
Complementary color
Monochromatic Colors of #58B4BD
Black with #58B4BD
Text Example
Text Example
White with #58B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B4BD; }
p { color: rgb(88,180,189); }
H1.HeaderClassName
{
color: #58B4BD;
}
.AnyTagClassName
{
color: #58B4BD;
}
</style>
background-color css
<style>
a { background-color: #58B4BD; }
a { background-color: rgb(88,180,189); }
div.DivClassName
{
background-color: #58B4BD;
}
.BgClassName
{
background-color: #58B4BD;
}
</style>
border-color css
<style>
span { border-color: #58B4BD; }
span { border-color: rgb(88,180,189); }
td.TdClassName
{
border-color: #58B4BD;
}
.TagClassName
{
border-color: #58B4BD;
}
</style>