Shades of Viking #55B2C4
Tints of Viking #55B2C4
RGB
CMYK
RGB Variations
Color information
#55B2C4 (or 0x55B2C4) is known color: Viking. HEX triplet: 55, B2 and C4. RGB value is (85,178,196). Sum of RGB (Red+Green+Blue) = 85+178+196=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #55B2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2C4 is #AA4D3B. Grayscale: #989898. Windows color (decimal): -11160892 or 12890709. OLE color: 12890709.
HSL color Cylindrical-coordinate representation of color #55B2C4: hue angle of 189.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B2C4 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 178 | 196 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.23 |
| HSL | 189.73º | 0.48% | 0.55% | - |
| HSV(B) | 189.73º | 0.57% | 0.77% | - |
| XYZ | 29.63 | 37.76 | 57.95 | - |
| YUV | 152.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 196 | 0.57 | 0.09 | 0 | 0.23 | 189.73 | 0.48 | 0.55 |
| Hex | 55 | B2 | C4 | 39 | 9 | 0 | 17 | BE | 30 | 37 |
| Octal | 125 | 262 | 304 | 71 | 11 | 0 | 27 | 276 | 60 | 67 |
| Binary | 1010101 | 10110010 | 11000100 | 111001 | 1001 | 0 | 10111 | 10111110 | 110000 | 110111 |
Color Harmonies of #55B2C4
Complementary color
Monochromatic Colors of #55B2C4
Black with #55B2C4
Text Example
Text Example
White with #55B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2C4; }
p { color: rgb(85,178,196); }
H1.HeaderClassName
{
color: #55B2C4;
}
.AnyTagClassName
{
color: #55B2C4;
}
</style>
background-color css
<style>
a { background-color: #55B2C4; }
a { background-color: rgb(85,178,196); }
div.DivClassName
{
background-color: #55B2C4;
}
.BgClassName
{
background-color: #55B2C4;
}
</style>
border-color css
<style>
span { border-color: #55B2C4; }
span { border-color: rgb(85,178,196); }
td.TdClassName
{
border-color: #55B2C4;
}
.TagClassName
{
border-color: #55B2C4;
}
</style>