#53BDB3

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

Shades of Puerto Rico #53BDB3

Tints of Puerto Rico #53BDB3

Color information

#53BDB3 (or 0x53BDB3) is unknown color: approx Puerto Rico. HEX triplet: 53, BD and B3. RGB value is (83,189,179). Sum of RGB (Red+Green+Blue) = 83+189+179=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDB3 is #AC424C. Grayscale: #9C9C9C. Windows color (decimal): -11289165 or 11779411. OLE color: 11779411.

HSL color Cylindrical-coordinate representation of color #53BDB3: hue angle of 174.34º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BDB3 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB83189179-
CMYK0.5600.050.26
HSL174.34º44.54%53.33%-
HSV(B)174.34º56.08%74.12%-
XYZ29.941.4949.08-
YUV156.17140.8875.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.40%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=18.40%
G=41.91%
B=39.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831891790.5600.050.26174.3444.5453.33
Hex53BDB338051Aae2d35
Octal1232752637005322565565
Binary1010011101111011011001111100001011101010101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53BDB3; }

 p { color: rgb(83,189,179); }

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

<style>
 a { background-color: #53BDB3; }

 a { background-color: rgb(83,189,179); }

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

<style>
 span { border-color: #53BDB3; }

 span { border-color: rgb(83,189,179); }

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