Shades of Viking #53BEC5
Tints of Viking #53BEC5
RGB
CMYK
RGB Variations
Color information
#53BEC5 (or 0x53BEC5) is known color: Viking. HEX triplet: 53, BE and C5. RGB value is (83,190,197). Sum of RGB (Red+Green+Blue) = 83+190+197=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #53BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEC5 is #AC413A. Grayscale: #9E9E9E. Windows color (decimal): -11288891 or 12959315. OLE color: 12959315.
HSL color Cylindrical-coordinate representation of color #53BEC5: hue angle of 183.68º degrees, saturation: 0.5, 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 #53BEC5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 190 | 197 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.23 |
| HSL | 183.68º | 0.5% | 0.55% | - |
| HSV(B) | 183.68º | 0.58% | 0.77% | - |
| XYZ | 32.06 | 42.7 | 59.38 | - |
| YUV | 158.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 197 | 0.58 | 0.04 | 0 | 0.23 | 183.68 | 0.5 | 0.55 |
| Hex | 53 | BE | C5 | 3A | 4 | 0 | 17 | B8 | 32 | 37 |
| Octal | 123 | 276 | 305 | 72 | 4 | 0 | 27 | 270 | 62 | 67 |
| Binary | 1010011 | 10111110 | 11000101 | 111010 | 100 | 0 | 10111 | 10111000 | 110010 | 110111 |
Color Harmonies of #53BEC5
Complementary color
Monochromatic Colors of #53BEC5
Black with #53BEC5
Text Example
Text Example
White with #53BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEC5; }
p { color: rgb(83,190,197); }
H1.HeaderClassName
{
color: #53BEC5;
}
.AnyTagClassName
{
color: #53BEC5;
}
</style>
background-color css
<style>
a { background-color: #53BEC5; }
a { background-color: rgb(83,190,197); }
div.DivClassName
{
background-color: #53BEC5;
}
.BgClassName
{
background-color: #53BEC5;
}
</style>
border-color css
<style>
span { border-color: #53BEC5; }
span { border-color: rgb(83,190,197); }
td.TdClassName
{
border-color: #53BEC5;
}
.TagClassName
{
border-color: #53BEC5;
}
</style>