#5BB4A5

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

Shades of Puerto Rico #5BB4A5

Tints of Puerto Rico #5BB4A5

Color information

#5BB4A5 (or 0x5BB4A5) is unknown color: approx Puerto Rico. HEX triplet: 5B, B4 and A5. RGB value is (91,180,165). Sum of RGB (Red+Green+Blue) = 91+180+165=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4A5 is #A44B5A. Grayscale: #979797. Windows color (decimal): -10767195 or 10859611. OLE color: 10859611.

HSL color Cylindrical-coordinate representation of color #5BB4A5: hue angle of 169.89º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB4A5 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB91180165-
CMYK0.4900.080.29
HSL169.89º37.24%53.14%-
HSV(B)169.89º49.44%70.59%-
XYZ27.4337.5841.41-
YUV151.68135.5184.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.87%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=20.87%
G=41.28%
B=37.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801650.4900.080.29169.8937.2453.14
Hex5BB4A531081Daa2535
Octal13326424561010352524565
Binary10110111011010010100101110001010001110110101010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,180,165); }

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

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

 a { background-color: rgb(91,180,165); }

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

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

 span { border-color: rgb(91,180,165); }

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