Shades of Viking #58B3C4
Tints of Viking #58B3C4
RGB
CMYK
RGB Variations
Color information
#58B3C4 (or 0x58B3C4) is known color: Viking. HEX triplet: 58, B3 and C4. RGB value is (88,179,196). Sum of RGB (Red+Green+Blue) = 88+179+196=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #58B3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3C4 is #A74C3B. Grayscale: #999999. Windows color (decimal): -10964028 or 12890968. OLE color: 12890968.
HSL color Cylindrical-coordinate representation of color #58B3C4: hue angle of 189.44º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B3C4 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 179 | 196 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.23 |
| HSL | 189.44º | 0.48% | 0.56% | - |
| HSV(B) | 189.44º | 0.55% | 0.77% | - |
| XYZ | 30.11 | 38.3 | 58.03 | - |
| YUV | 153.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 196 | 0.55 | 0.09 | 0 | 0.23 | 189.44 | 0.48 | 0.56 |
| Hex | 58 | B3 | C4 | 37 | 9 | 0 | 17 | BD | 30 | 38 |
| Octal | 130 | 263 | 304 | 67 | 11 | 0 | 27 | 275 | 60 | 70 |
| Binary | 1011000 | 10110011 | 11000100 | 110111 | 1001 | 0 | 10111 | 10111101 | 110000 | 111000 |
Color Harmonies of #58B3C4
Complementary color
Monochromatic Colors of #58B3C4
Black with #58B3C4
Text Example
Text Example
White with #58B3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3C4; }
p { color: rgb(88,179,196); }
H1.HeaderClassName
{
color: #58B3C4;
}
.AnyTagClassName
{
color: #58B3C4;
}
</style>
background-color css
<style>
a { background-color: #58B3C4; }
a { background-color: rgb(88,179,196); }
div.DivClassName
{
background-color: #58B3C4;
}
.BgClassName
{
background-color: #58B3C4;
}
</style>
border-color css
<style>
span { border-color: #58B3C4; }
span { border-color: rgb(88,179,196); }
td.TdClassName
{
border-color: #58B3C4;
}
.TagClassName
{
border-color: #58B3C4;
}
</style>