Shades of Puerto Rico #5CBEB0
Tints of Puerto Rico #5CBEB0
RGB
CMYK
RGB Variations
Color information
#5CBEB0 (or 0x5CBEB0) is known color: Puerto Rico. HEX triplet: 5C, BE and B0. RGB value is (92,190,176). Sum of RGB (Red+Green+Blue) = 92+190+176=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBEB0 is #A3414F. Grayscale: #9F9F9F. Windows color (decimal): -10699088 or 11583068. OLE color: 11583068.
HSL color Cylindrical-coordinate representation of color #5CBEB0: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBEB0 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 176 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.25 |
| HSL | 171.43º | 0.43% | 0.55% | - |
| HSV(B) | 171.43º | 0.52% | 0.75% | - |
| XYZ | 30.66 | 42.24 | 47.61 | - |
| YUV | 159.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 176 | 0.52 | 0 | 0.07 | 0.25 | 171.43 | 0.43 | 0.55 |
| Hex | 5C | BE | B0 | 34 | 0 | 7 | 19 | AB | 2B | 37 |
| Octal | 134 | 276 | 260 | 64 | 0 | 7 | 31 | 253 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10110000 | 110100 | 0 | 111 | 11001 | 10101011 | 101011 | 110111 |
Color Harmonies of #5CBEB0
Complementary color
Monochromatic Colors of #5CBEB0
Black with #5CBEB0
Text Example
Text Example
White with #5CBEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEB0; }
p { color: rgb(92,190,176); }
H1.HeaderClassName
{
color: #5CBEB0;
}
.AnyTagClassName
{
color: #5CBEB0;
}
</style>
background-color css
<style>
a { background-color: #5CBEB0; }
a { background-color: rgb(92,190,176); }
div.DivClassName
{
background-color: #5CBEB0;
}
.BgClassName
{
background-color: #5CBEB0;
}
</style>
border-color css
<style>
span { border-color: #5CBEB0; }
span { border-color: rgb(92,190,176); }
td.TdClassName
{
border-color: #5CBEB0;
}
.TagClassName
{
border-color: #5CBEB0;
}
</style>