Shades of Viking #57BFC4
Tints of Viking #57BFC4
RGB
CMYK
RGB Variations
Color information
#57BFC4 (or 0x57BFC4) is known color: Viking. HEX triplet: 57, BF and C4. RGB value is (87,191,196). Sum of RGB (Red+Green+Blue) = 87+191+196=474 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.35% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #57BFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFC4 is #A8403B. Grayscale: #A0A0A0. Windows color (decimal): -11026492 or 12894039. OLE color: 12894039.
HSL color Cylindrical-coordinate representation of color #57BFC4: hue angle of 182.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57BFC4 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 191 | 196 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.23 |
| HSL | 182.75º | 0.48% | 0.55% | - |
| HSV(B) | 182.75º | 0.56% | 0.77% | - |
| XYZ | 32.53 | 43.27 | 58.86 | - |
| YUV | 160.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 196 | 0.56 | 0.03 | 0 | 0.23 | 182.75 | 0.48 | 0.55 |
| Hex | 57 | BF | C4 | 38 | 3 | 0 | 17 | B7 | 30 | 37 |
| Octal | 127 | 277 | 304 | 70 | 3 | 0 | 27 | 267 | 60 | 67 |
| Binary | 1010111 | 10111111 | 11000100 | 111000 | 11 | 0 | 10111 | 10110111 | 110000 | 110111 |
Color Harmonies of #57BFC4
Complementary color
Monochromatic Colors of #57BFC4
Black with #57BFC4
Text Example
Text Example
White with #57BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFC4; }
p { color: rgb(87,191,196); }
H1.HeaderClassName
{
color: #57BFC4;
}
.AnyTagClassName
{
color: #57BFC4;
}
</style>
background-color css
<style>
a { background-color: #57BFC4; }
a { background-color: rgb(87,191,196); }
div.DivClassName
{
background-color: #57BFC4;
}
.BgClassName
{
background-color: #57BFC4;
}
</style>
border-color css
<style>
span { border-color: #57BFC4; }
span { border-color: rgb(87,191,196); }
td.TdClassName
{
border-color: #57BFC4;
}
.TagClassName
{
border-color: #57BFC4;
}
</style>