Shades of Viking #54B7CB
Tints of Viking #54B7CB
RGB
CMYK
RGB Variations
Color information
#54B7CB (or 0x54B7CB) is known color: Viking. HEX triplet: 54, B7 and CB. RGB value is (84,183,203). Sum of RGB (Red+Green+Blue) = 84+183+203=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #54B7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B7CB is #AB4834. Grayscale: #9B9B9B. Windows color (decimal): -11225141 or 13350740. OLE color: 13350740.
HSL color Cylindrical-coordinate representation of color #54B7CB: hue angle of 190.08º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54B7CB is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 183 | 203 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.20 |
| HSL | 190.08º | 0.53% | 0.56% | - |
| HSV(B) | 190.08º | 0.59% | 0.8% | - |
| XYZ | 31.37 | 40.06 | 62.58 | - |
| YUV | 155.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 203 | 0.59 | 0.10 | 0 | 0.20 | 190.08 | 0.53 | 0.56 |
| Hex | 54 | B7 | CB | 3B | A | 0 | 14 | BE | 35 | 38 |
| Octal | 124 | 267 | 313 | 73 | 12 | 0 | 24 | 276 | 65 | 70 |
| Binary | 1010100 | 10110111 | 11001011 | 111011 | 1010 | 0 | 10100 | 10111110 | 110101 | 111000 |
Color Harmonies of #54B7CB
Complementary color
Monochromatic Colors of #54B7CB
Black with #54B7CB
Text Example
Text Example
White with #54B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B7CB; }
p { color: rgb(84,183,203); }
H1.HeaderClassName
{
color: #54B7CB;
}
.AnyTagClassName
{
color: #54B7CB;
}
</style>
background-color css
<style>
a { background-color: #54B7CB; }
a { background-color: rgb(84,183,203); }
div.DivClassName
{
background-color: #54B7CB;
}
.BgClassName
{
background-color: #54B7CB;
}
</style>
border-color css
<style>
span { border-color: #54B7CB; }
span { border-color: rgb(84,183,203); }
td.TdClassName
{
border-color: #54B7CB;
}
.TagClassName
{
border-color: #54B7CB;
}
</style>