Shades of Viking #55B2CC
Tints of Viking #55B2CC
RGB
CMYK
RGB Variations
Color information
#55B2CC (or 0x55B2CC) is known color: Viking. HEX triplet: 55, B2 and CC. RGB value is (85,178,204). Sum of RGB (Red+Green+Blue) = 85+178+204=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #55B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2CC is #AA4D33. Grayscale: #989898. Windows color (decimal): -11160884 or 13414997. OLE color: 13414997.
HSL color Cylindrical-coordinate representation of color #55B2CC: hue angle of 193.11º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55B2CC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 178 | 204 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.2 |
| HSL | 193.11º | 0.54% | 0.57% | - |
| HSV(B) | 193.11º | 0.58% | 0.8% | - |
| XYZ | 30.57 | 38.13 | 62.88 | - |
| YUV | 153.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 204 | 0.58 | 0.13 | 0 | 0.2 | 193.11 | 0.54 | 0.57 |
| Hex | 55 | B2 | CC | 3A | D | 0 | 14 | C1 | 36 | 39 |
| Octal | 125 | 262 | 314 | 72 | 15 | 0 | 24 | 301 | 66 | 71 |
| Binary | 1010101 | 10110010 | 11001100 | 111010 | 1101 | 0 | 10100 | 11000001 | 110110 | 111001 |
Color Harmonies of #55B2CC
Complementary color
Monochromatic Colors of #55B2CC
Black with #55B2CC
Text Example
Text Example
White with #55B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2CC; }
p { color: rgb(85,178,204); }
H1.HeaderClassName
{
color: #55B2CC;
}
.AnyTagClassName
{
color: #55B2CC;
}
</style>
background-color css
<style>
a { background-color: #55B2CC; }
a { background-color: rgb(85,178,204); }
div.DivClassName
{
background-color: #55B2CC;
}
.BgClassName
{
background-color: #55B2CC;
}
</style>
border-color css
<style>
span { border-color: #55B2CC; }
span { border-color: rgb(85,178,204); }
td.TdClassName
{
border-color: #55B2CC;
}
.TagClassName
{
border-color: #55B2CC;
}
</style>