Shades of Viking #5CB1CF
Tints of Viking #5CB1CF
RGB
CMYK
RGB Variations
Color information
#5CB1CF (or 0x5CB1CF) is known color: Viking. HEX triplet: 5C, B1 and CF. RGB value is (92,177,207). Sum of RGB (Red+Green+Blue) = 92+177+207=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #5CB1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB1CF is #A34E30. Grayscale: #9A9A9A. Windows color (decimal): -10702385 or 13611356. OLE color: 13611356.
HSL color Cylindrical-coordinate representation of color #5CB1CF: hue angle of 195.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CB1CF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 177 | 207 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.19 |
| HSL | 195.65º | 0.55% | 0.59% | - |
| HSV(B) | 195.65º | 0.56% | 0.81% | - |
| XYZ | 31.4 | 38.22 | 64.75 | - |
| YUV | 155.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 207 | 0.56 | 0.14 | 0 | 0.19 | 195.65 | 0.55 | 0.59 |
| Hex | 5C | B1 | CF | 38 | E | 0 | 13 | C4 | 37 | 3B |
| Octal | 134 | 261 | 317 | 70 | 16 | 0 | 23 | 304 | 67 | 73 |
| Binary | 1011100 | 10110001 | 11001111 | 111000 | 1110 | 0 | 10011 | 11000100 | 110111 | 111011 |
Color Harmonies of #5CB1CF
Complementary color
Monochromatic Colors of #5CB1CF
Black with #5CB1CF
Text Example
Text Example
White with #5CB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB1CF; }
p { color: rgb(92,177,207); }
H1.HeaderClassName
{
color: #5CB1CF;
}
.AnyTagClassName
{
color: #5CB1CF;
}
</style>
background-color css
<style>
a { background-color: #5CB1CF; }
a { background-color: rgb(92,177,207); }
div.DivClassName
{
background-color: #5CB1CF;
}
.BgClassName
{
background-color: #5CB1CF;
}
</style>
border-color css
<style>
span { border-color: #5CB1CF; }
span { border-color: rgb(92,177,207); }
td.TdClassName
{
border-color: #5CB1CF;
}
.TagClassName
{
border-color: #5CB1CF;
}
</style>