Shades of Viking #57BEBE
Tints of Viking #57BEBE
RGB
CMYK
RGB Variations
Color information
#57BEBE (or 0x57BEBE) is known color: Viking. HEX triplet: 57, BE and BE. RGB value is (87,190,190). Sum of RGB (Red+Green+Blue) = 87+190+190=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #57BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEBE is #A84141. Grayscale: #9F9F9F. Windows color (decimal): -11026754 or 12500567. OLE color: 12500567.
HSL color Cylindrical-coordinate representation of color #57BEBE: hue angle of 180º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEBE is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 190 | 190 | - |
| CMYK | 0.54 | 0 | 0 | 0.25 |
| HSL | 180º | 0.44% | 0.54% | - |
| HSV(B) | 180º | 0.54% | 0.75% | - |
| XYZ | 31.64 | 42.57 | 55.26 | - |
| YUV | 159.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 190 | 0.54 | 0 | 0 | 0.25 | 180 | 0.44 | 0.54 |
| Hex | 57 | BE | BE | 36 | 0 | 0 | 19 | B4 | 2C | 36 |
| Octal | 127 | 276 | 276 | 66 | 0 | 0 | 31 | 264 | 54 | 66 |
| Binary | 1010111 | 10111110 | 10111110 | 110110 | 0 | 0 | 11001 | 10110100 | 101100 | 110110 |
Color Harmonies of #57BEBE
Complementary color
Monochromatic Colors of #57BEBE
Black with #57BEBE
Text Example
Text Example
White with #57BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEBE; }
p { color: rgb(87,190,190); }
H1.HeaderClassName
{
color: #57BEBE;
}
.AnyTagClassName
{
color: #57BEBE;
}
</style>
background-color css
<style>
a { background-color: #57BEBE; }
a { background-color: rgb(87,190,190); }
div.DivClassName
{
background-color: #57BEBE;
}
.BgClassName
{
background-color: #57BEBE;
}
</style>
border-color css
<style>
span { border-color: #57BEBE; }
span { border-color: rgb(87,190,190); }
td.TdClassName
{
border-color: #57BEBE;
}
.TagClassName
{
border-color: #57BEBE;
}
</style>