Shades of Puerto Rico #5CB5A2
Tints of Puerto Rico #5CB5A2
RGB
CMYK
RGB Variations
Color information
#5CB5A2 (or 0x5CB5A2) is known color: Puerto Rico. HEX triplet: 5C, B5 and A2. RGB value is (92,181,162). Sum of RGB (Red+Green+Blue) = 92+181+162=435 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.15% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB5A2 is #A34A5D. Grayscale: #989898. Windows color (decimal): -10701406 or 10663260. OLE color: 10663260.
HSL color Cylindrical-coordinate representation of color #5CB5A2: hue angle of 167.19º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB5A2 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 181 | 162 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.29 |
| HSL | 167.19º | 0.38% | 0.54% | - |
| HSV(B) | 167.19º | 0.49% | 0.71% | - |
| XYZ | 27.46 | 37.93 | 40.06 | - |
| YUV | 152.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 162 | 0.49 | 0 | 0.10 | 0.29 | 167.19 | 0.38 | 0.54 |
| Hex | 5C | B5 | A2 | 31 | 0 | A | 1D | A7 | 26 | 36 |
| Octal | 134 | 265 | 242 | 61 | 0 | 12 | 35 | 247 | 46 | 66 |
| Binary | 1011100 | 10110101 | 10100010 | 110001 | 0 | 1010 | 11101 | 10100111 | 100110 | 110110 |
Color Harmonies of #5CB5A2
Complementary color
Monochromatic Colors of #5CB5A2
Black with #5CB5A2
Text Example
Text Example
White with #5CB5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5A2; }
p { color: rgb(92,181,162); }
H1.HeaderClassName
{
color: #5CB5A2;
}
.AnyTagClassName
{
color: #5CB5A2;
}
</style>
background-color css
<style>
a { background-color: #5CB5A2; }
a { background-color: rgb(92,181,162); }
div.DivClassName
{
background-color: #5CB5A2;
}
.BgClassName
{
background-color: #5CB5A2;
}
</style>
border-color css
<style>
span { border-color: #5CB5A2; }
span { border-color: rgb(92,181,162); }
td.TdClassName
{
border-color: #5CB5A2;
}
.TagClassName
{
border-color: #5CB5A2;
}
</style>