#56B4A9

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

Shades of Puerto Rico #56B4A9

Tints of Puerto Rico #56B4A9

Color information

#56B4A9 (or 0x56B4A9) is unknown color: approx Puerto Rico. HEX triplet: 56, B4 and A9. RGB value is (86,180,169). Sum of RGB (Red+Green+Blue) = 86+180+169=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #56B4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B4A9 is #A94B56. Grayscale: #969696. Windows color (decimal): -11094871 or 11121750. OLE color: 11121750.

HSL color Cylindrical-coordinate representation of color #56B4A9: hue angle of 172.98º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B4A9 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB86180169-
CMYK0.5200.060.29
HSL172.98º38.52%52.16%-
HSV(B)172.98º52.22%70.59%-
XYZ27.3237.4943.33-
YUV150.64138.3681.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.77%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=19.77%
G=41.38%
B=38.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801690.5200.060.29172.9838.5252.16
Hex56B4A934061Dad2734
Octal1262642516406352554764
Binary1010110101101001010100111010001101110110101101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B4A9; }

 p { color: rgb(86,180,169); }

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

<style>
 a { background-color: #56B4A9; }

 a { background-color: rgb(86,180,169); }

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

<style>
 span { border-color: #56B4A9; }

 span { border-color: rgb(86,180,169); }

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