Shades of Viking #53B5C4
Tints of Viking #53B5C4
RGB
CMYK
RGB Variations
Color information
#53B5C4 (or 0x53B5C4) is known color: Viking. HEX triplet: 53, B5 and C4. RGB value is (83,181,196). Sum of RGB (Red+Green+Blue) = 83+181+196=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #53B5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5C4 is #AC4A3B. Grayscale: #999999. Windows color (decimal): -11291196 or 12891475. OLE color: 12891475.
HSL color Cylindrical-coordinate representation of color #53B5C4: hue angle of 187.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B5C4 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 181 | 196 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.23 |
| HSL | 187.96º | 0.49% | 0.55% | - |
| HSV(B) | 187.96º | 0.58% | 0.77% | - |
| XYZ | 30.05 | 38.87 | 58.14 | - |
| YUV | 153.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 196 | 0.58 | 0.08 | 0 | 0.23 | 187.96 | 0.49 | 0.55 |
| Hex | 53 | B5 | C4 | 3A | 8 | 0 | 17 | BC | 31 | 37 |
| Octal | 123 | 265 | 304 | 72 | 10 | 0 | 27 | 274 | 61 | 67 |
| Binary | 1010011 | 10110101 | 11000100 | 111010 | 1000 | 0 | 10111 | 10111100 | 110001 | 110111 |
Color Harmonies of #53B5C4
Complementary color
Monochromatic Colors of #53B5C4
Black with #53B5C4
Text Example
Text Example
White with #53B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B5C4; }
p { color: rgb(83,181,196); }
H1.HeaderClassName
{
color: #53B5C4;
}
.AnyTagClassName
{
color: #53B5C4;
}
</style>
background-color css
<style>
a { background-color: #53B5C4; }
a { background-color: rgb(83,181,196); }
div.DivClassName
{
background-color: #53B5C4;
}
.BgClassName
{
background-color: #53B5C4;
}
</style>
border-color css
<style>
span { border-color: #53B5C4; }
span { border-color: rgb(83,181,196); }
td.TdClassName
{
border-color: #53B5C4;
}
.TagClassName
{
border-color: #53B5C4;
}
</style>