Shades of Puerto Rico #5CBEB5
Tints of Puerto Rico #5CBEB5
RGB
CMYK
RGB Variations
Color information
#5CBEB5 (or 0x5CBEB5) is known color: Puerto Rico. HEX triplet: 5C, BE and B5. RGB value is (92,190,181). Sum of RGB (Red+Green+Blue) = 92+190+181=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBEB5 is #A3414A. Grayscale: #9F9F9F. Windows color (decimal): -10699083 or 11910748. OLE color: 11910748.
HSL color Cylindrical-coordinate representation of color #5CBEB5: hue angle of 174.49º 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 #5CBEB5 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 181 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.25 |
| HSL | 174.49º | 0.43% | 0.55% | - |
| HSV(B) | 174.49º | 0.52% | 0.75% | - |
| XYZ | 31.17 | 42.44 | 50.26 | - |
| YUV | 159.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 181 | 0.52 | 0 | 0.05 | 0.25 | 174.49 | 0.43 | 0.55 |
| Hex | 5C | BE | B5 | 34 | 0 | 5 | 19 | AE | 2B | 37 |
| Octal | 134 | 276 | 265 | 64 | 0 | 5 | 31 | 256 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10110101 | 110100 | 0 | 101 | 11001 | 10101110 | 101011 | 110111 |
Color Harmonies of #5CBEB5
Complementary color
Monochromatic Colors of #5CBEB5
Black with #5CBEB5
Text Example
Text Example
White with #5CBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEB5; }
p { color: rgb(92,190,181); }
H1.HeaderClassName
{
color: #5CBEB5;
}
.AnyTagClassName
{
color: #5CBEB5;
}
</style>
background-color css
<style>
a { background-color: #5CBEB5; }
a { background-color: rgb(92,190,181); }
div.DivClassName
{
background-color: #5CBEB5;
}
.BgClassName
{
background-color: #5CBEB5;
}
</style>
border-color css
<style>
span { border-color: #5CBEB5; }
span { border-color: rgb(92,190,181); }
td.TdClassName
{
border-color: #5CBEB5;
}
.TagClassName
{
border-color: #5CBEB5;
}
</style>