#5BBDA9

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

Shades of Puerto Rico #5BBDA9

Tints of Puerto Rico #5BBDA9

Color information

#5BBDA9 (or 0x5BBDA9) is unknown color: approx Puerto Rico. HEX triplet: 5B, BD and A9. RGB value is (91,189,169). Sum of RGB (Red+Green+Blue) = 91+189+169=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDA9 is #A44256. Grayscale: #9D9D9D. Windows color (decimal): -10764887 or 11124059. OLE color: 11124059.

HSL color Cylindrical-coordinate representation of color #5BBDA9: hue angle of 167.76º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBDA9 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB91189169-
CMYK0.5200.110.26
HSL167.76º42.61%54.9%-
HSV(B)167.76º51.85%74.12%-
XYZ29.6741.4843.98-
YUV157.42134.5380.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.27%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=20.27%
G=42.09%
B=37.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal911891690.5200.110.26167.7642.6154.9
Hex5BBDA9340B1Aa82b37
Octal13327525164013322505367
Binary10110111011110110101001110100010111101010101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,189,169); }

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

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

 a { background-color: rgb(91,189,169); }

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

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

 span { border-color: rgb(91,189,169); }

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