Shades of Viking #53BDC4
Tints of Viking #53BDC4
RGB
CMYK
RGB Variations
Color information
#53BDC4 (or 0x53BDC4) is known color: Viking. HEX triplet: 53, BD and C4. RGB value is (83,189,196). Sum of RGB (Red+Green+Blue) = 83+189+196=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #53BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDC4 is #AC423B. Grayscale: #9D9D9D. Windows color (decimal): -11289148 or 12893523. OLE color: 12893523.
HSL color Cylindrical-coordinate representation of color #53BDC4: hue angle of 183.72º 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 #53BDC4 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 189 | 196 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.23 |
| HSL | 183.72º | 0.49% | 0.55% | - |
| HSV(B) | 183.72º | 0.58% | 0.77% | - |
| XYZ | 31.73 | 42.22 | 58.7 | - |
| YUV | 158.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 196 | 0.58 | 0.04 | 0 | 0.23 | 183.72 | 0.49 | 0.55 |
| Hex | 53 | BD | C4 | 3A | 4 | 0 | 17 | B8 | 31 | 37 |
| Octal | 123 | 275 | 304 | 72 | 4 | 0 | 27 | 270 | 61 | 67 |
| Binary | 1010011 | 10111101 | 11000100 | 111010 | 100 | 0 | 10111 | 10111000 | 110001 | 110111 |
Color Harmonies of #53BDC4
Complementary color
Monochromatic Colors of #53BDC4
Black with #53BDC4
Text Example
Text Example
White with #53BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDC4; }
p { color: rgb(83,189,196); }
H1.HeaderClassName
{
color: #53BDC4;
}
.AnyTagClassName
{
color: #53BDC4;
}
</style>
background-color css
<style>
a { background-color: #53BDC4; }
a { background-color: rgb(83,189,196); }
div.DivClassName
{
background-color: #53BDC4;
}
.BgClassName
{
background-color: #53BDC4;
}
</style>
border-color css
<style>
span { border-color: #53BDC4; }
span { border-color: rgb(83,189,196); }
td.TdClassName
{
border-color: #53BDC4;
}
.TagClassName
{
border-color: #53BDC4;
}
</style>