#56B5AF

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

Shades of Puerto Rico #56B5AF

Tints of Puerto Rico #56B5AF

Color information

#56B5AF (or 0x56B5AF) is unknown color: approx Puerto Rico. HEX triplet: 56, B5 and AF. RGB value is (86,181,175). Sum of RGB (Red+Green+Blue) = 86+181+175=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #56B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B5AF is #A94A50. Grayscale: #979797. Windows color (decimal): -11094609 or 11515222. OLE color: 11515222.

HSL color Cylindrical-coordinate representation of color #56B5AF: hue angle of 176.21º 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 #56B5AF is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB86181175-
CMYK0.5200.030.29
HSL176.21º39.09%52.35%-
HSV(B)176.21º52.49%70.98%-
XYZ28.138.1246.43-
YUV151.91141.0380.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.46%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=19.46%
G=40.95%
B=39.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861811750.5200.030.29176.2139.0952.35
Hex56B5AF34031Db02734
Octal1262652576403352604764
Binary101011010110101101011111101000111110110110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,181,175); }

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

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

 a { background-color: rgb(86,181,175); }

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

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

 span { border-color: rgb(86,181,175); }

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