#5CB5A1

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

Shades of Puerto Rico #5CB5A1

Tints of Puerto Rico #5CB5A1

Color information

#5CB5A1 (or 0x5CB5A1) is unknown color: approx Puerto Rico. HEX triplet: 5C, B5 and A1. RGB value is (92,181,161). Sum of RGB (Red+Green+Blue) = 92+181+161=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB5A1 is #A34A5E. Grayscale: #989898. Windows color (decimal): -10701407 or 10597724. OLE color: 10597724.

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

Color convert

RGB92181161-
CMYK0.4900.110.29
HSL166.52º37.55%53.53%-
HSV(B)166.52º49.17%70.98%-
XYZ27.3737.939.59-
YUV152.11133.0185.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.20%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=21.20%
G=41.71%
B=37.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921811610.4900.110.29166.5237.5553.53
Hex5CB5A1310B1Da72636
Octal13426524161013352474666
Binary10111001011010110100001110001010111110110100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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