#5CB5A5

Color #5CB5A5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5CB5A5

Tints of Puerto Rico #5CB5A5

Color information

#5CB5A5 (or 0x5CB5A5) is unknown color: approx Puerto Rico. HEX triplet: 5C, B5 and A5. RGB value is (92,181,165). Sum of RGB (Red+Green+Blue) = 92+181+165=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB5A5 is #A34A5A. Grayscale: #989898. Windows color (decimal): -10701403 or 10859868. OLE color: 10859868.

HSL color Cylindrical-coordinate representation of color #5CB5A5: hue angle of 169.21º 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 #5CB5A5 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB92181165-
CMYK0.4900.090.29
HSL169.21º37.55%53.53%-
HSV(B)169.21º49.17%70.98%-
XYZ27.7338.0441.48-
YUV152.56135.0184.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 21.00%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=21.00%
G=41.32%
B=37.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921811650.4900.090.29169.2137.5553.53
Hex5CB5A531091Da92636
Octal13426524561011352514666
Binary10111001011010110100101110001010011110110101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB5A5; }

 p { color: rgb(92,181,165); }

 H1.HeaderClassName
 {
   color: #5CB5A5;
 }
 .AnyTagClassName
 {
   color: #5CB5A5;
 }
</style>
background-color css

<style>
 a { background-color: #5CB5A5; }

 a { background-color: rgb(92,181,165); }

 div.DivClassName
 {
   background-color: #5CB5A5;
 }
 .BgClassName
 {
   background-color: #5CB5A5;
 }
</style>
border-color css

<style>
 span { border-color: #5CB5A5; }

 span { border-color: rgb(92,181,165); }

 td.TdClassName
 {
   border-color: #5CB5A5;
 }
 .TagClassName
 {
   border-color: #5CB5A5;
 }
</style>