Shades of Viking #57ADCF
Tints of Viking #57ADCF
RGB
CMYK
RGB Variations
Color information
#57ADCF (or 0x57ADCF) is known color: Viking. HEX triplet: 57, AD and CF. RGB value is (87,173,207). Sum of RGB (Red+Green+Blue) = 87+173+207=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #57ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADCF is #A85230. Grayscale: #969696. Windows color (decimal): -11031089 or 13610327. OLE color: 13610327.
HSL color Cylindrical-coordinate representation of color #57ADCF: hue angle of 197º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57ADCF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 173 | 207 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.19 |
| HSL | 197º | 0.56% | 0.58% | - |
| HSV(B) | 197º | 0.58% | 0.81% | - |
| XYZ | 30.14 | 36.42 | 64.47 | - |
| YUV | 151.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 207 | 0.58 | 0.16 | 0 | 0.19 | 197 | 0.56 | 0.58 |
| Hex | 57 | AD | CF | 3A | 10 | 0 | 13 | C5 | 38 | 3A |
| Octal | 127 | 255 | 317 | 72 | 20 | 0 | 23 | 305 | 70 | 72 |
| Binary | 1010111 | 10101101 | 11001111 | 111010 | 10000 | 0 | 10011 | 11000101 | 111000 | 111010 |
Color Harmonies of #57ADCF
Complementary color
Monochromatic Colors of #57ADCF
Black with #57ADCF
Text Example
Text Example
White with #57ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADCF; }
p { color: rgb(87,173,207); }
H1.HeaderClassName
{
color: #57ADCF;
}
.AnyTagClassName
{
color: #57ADCF;
}
</style>
background-color css
<style>
a { background-color: #57ADCF; }
a { background-color: rgb(87,173,207); }
div.DivClassName
{
background-color: #57ADCF;
}
.BgClassName
{
background-color: #57ADCF;
}
</style>
border-color css
<style>
span { border-color: #57ADCF; }
span { border-color: rgb(87,173,207); }
td.TdClassName
{
border-color: #57ADCF;
}
.TagClassName
{
border-color: #57ADCF;
}
</style>