Html Css Color HEX #53A989 Keppel

📋 copy color: '#53A989'

red 83 ◦ green 169 ◦ blue 137

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

Shades of Keppel #53A989

Tints of Keppel #53A989

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 21.34%
G = 43.44%
B = 35.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#53A989 (or 0x53A989) is known color: Keppel. HEX triplet: 53, A9 and 89. RGB value is (83,169,137). Sum of RGB (Red+Green+Blue) = 83+169+137=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #53A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A989 is #AC5676. Grayscale: #8B8B8B. Windows color (decimal): -11294327 or 9021779. OLE color: 9021779.

HSL color Cylindrical-coordinate representation of color #53A989: hue angle of 157.67º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A989 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 169 137 -
CMYK 0.51 0 0.19 0.34
HSL 157.67º 0.34% 0.49% -
HSV(B) 157.67º 0.51% 0.66% -
XYZ 22.27 32.02 28.67 -
YUV 139.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 83 169 137 0.51 0 0.19 0.34 157.67 0.34 0.49
Hex 53 A9 89 33 0 13 22 9E 22 31
Octal 123 251 211 63 0 23 42 236 42 61
Binary 1010011 10101001 10001001 110011 0 10011 100010 10011110 100010 110001

Color Harmonies of #53A989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A989

Black with #53A989

Text Example


Text Example

White with #53A989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,169,137); }

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

background-color css

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

 a { background-color: rgb(83,169,137); }

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

border-color css

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

 span { border-color: rgb(83,169,137); }

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