Html Css Color HEX #53A491 Keppel

📋 copy color: '#53A491'

red 83 ◦ green 164 ◦ blue 145

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

Shades of Keppel #53A491

Tints of Keppel #53A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 21.17%
G = 41.84%
B = 36.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#53A491 (or 0x53A491) is known color: Keppel. HEX triplet: 53, A4 and 91. RGB value is (83,164,145). Sum of RGB (Red+Green+Blue) = 83+164+145=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #53A491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A491 is #AC5B6E. Grayscale: #898989. Windows color (decimal): -11295599 or 9544787. OLE color: 9544787.

HSL color Cylindrical-coordinate representation of color #53A491: hue angle of 165.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A491 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 145 -
CMYK 0.49 0 0.12 0.36
HSL 165.93º 0.33% 0.48% -
HSV(B) 165.93º 0.49% 0.64% -
XYZ 21.95 30.43 31.51 -
YUV 137.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 83 164 145 0.49 0 0.12 0.36 165.93 0.33 0.48
Hex 53 A4 91 31 0 C 24 A6 21 30
Octal 123 244 221 61 0 14 44 246 41 60
Binary 1010011 10100100 10010001 110001 0 1100 100100 10100110 100001 110000

Color Harmonies of #53A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A491

Black with #53A491

Text Example


Text Example

White with #53A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,145); }

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

background-color css

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

 a { background-color: rgb(83,164,145); }

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

border-color css

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

 span { border-color: rgb(83,164,145); }

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