Shades of Viking #58B3CC
Tints of Viking #58B3CC
RGB
CMYK
RGB Variations
Color information
#58B3CC (or 0x58B3CC) is known color: Viking. HEX triplet: 58, B3 and CC. RGB value is (88,179,204). Sum of RGB (Red+Green+Blue) = 88+179+204=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #58B3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3CC is #A74C33. Grayscale: #9A9A9A. Windows color (decimal): -10964020 or 13415256. OLE color: 13415256.
HSL color Cylindrical-coordinate representation of color #58B3CC: hue angle of 192.93º 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 #58B3CC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 179 | 204 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.2 |
| HSL | 192.93º | 0.53% | 0.57% | - |
| HSV(B) | 192.93º | 0.57% | 0.8% | - |
| XYZ | 31.04 | 38.67 | 62.96 | - |
| YUV | 154.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 204 | 0.57 | 0.12 | 0 | 0.2 | 192.93 | 0.53 | 0.57 |
| Hex | 58 | B3 | CC | 39 | C | 0 | 14 | C1 | 35 | 39 |
| Octal | 130 | 263 | 314 | 71 | 14 | 0 | 24 | 301 | 65 | 71 |
| Binary | 1011000 | 10110011 | 11001100 | 111001 | 1100 | 0 | 10100 | 11000001 | 110101 | 111001 |
Color Harmonies of #58B3CC
Complementary color
Monochromatic Colors of #58B3CC
Black with #58B3CC
Text Example
Text Example
White with #58B3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3CC; }
p { color: rgb(88,179,204); }
H1.HeaderClassName
{
color: #58B3CC;
}
.AnyTagClassName
{
color: #58B3CC;
}
</style>
background-color css
<style>
a { background-color: #58B3CC; }
a { background-color: rgb(88,179,204); }
div.DivClassName
{
background-color: #58B3CC;
}
.BgClassName
{
background-color: #58B3CC;
}
</style>
border-color css
<style>
span { border-color: #58B3CC; }
span { border-color: rgb(88,179,204); }
td.TdClassName
{
border-color: #58B3CC;
}
.TagClassName
{
border-color: #58B3CC;
}
</style>