Html Css Color HEX #53B59E Puerto Rico

📋 copy color: '#53B59E'

red 83 ◦ green 181 ◦ blue 158

#53B59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #53B59E

Tints of Puerto Rico #53B59E

RGB

 RED value IS 83 (32.81% from 255) = 19.67%

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 19.67%
G = 42.89%
B = 37.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#53B59E (or 0x53B59E) is known color: Puerto Rico. HEX triplet: 53, B5 and 9E. RGB value is (83,181,158). Sum of RGB (Red+Green+Blue) = 83+181+158=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #53B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B59E is #AC4A61. Grayscale: #959595. Windows color (decimal): -11291234 or 10401107. OLE color: 10401107.

HSL color Cylindrical-coordinate representation of color #53B59E: hue angle of 165.92º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B59E is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 181 158 -
CMYK 0.54 0 0.13 0.29
HSL 165.92º 0.4% 0.52% -
HSV(B) 165.92º 0.54% 0.71% -
XYZ 26.26 37.36 38.17 -
YUV 149.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 83 181 158 0.54 0 0.13 0.29 165.92 0.4 0.52
Hex 53 B5 9E 36 0 D 1D A6 28 34
Octal 123 265 236 66 0 15 35 246 50 64
Binary 1010011 10110101 10011110 110110 0 1101 11101 10100110 101000 110100

Color Harmonies of #53B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B59E

Black with #53B59E

Text Example


Text Example

White with #53B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,158); }

 H1.HeaderClassName
 {
   color: #53B59E;
 }
 .AnyTagClassName
 {
   color: #53B59E;
 }
</style>

background-color css

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

 a { background-color: rgb(83,181,158); }

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

border-color css

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

 span { border-color: rgb(83,181,158); }

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