Html Css Color HEX #53A794 Keppel

📋 copy color: '#53A794'

red 83 ◦ green 167 ◦ blue 148

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

Shades of Keppel #53A794

Tints of Keppel #53A794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 20.85%
G = 41.96%
B = 37.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#53A794 (or 0x53A794) is known color: Keppel. HEX triplet: 53, A7 and 94. RGB value is (83,167,148). Sum of RGB (Red+Green+Blue) = 83+167+148=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #53A794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A794 is #AC586B. Grayscale: #8B8B8B. Windows color (decimal): -11294828 or 9742163. OLE color: 9742163.

HSL color Cylindrical-coordinate representation of color #53A794: hue angle of 166.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A794 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 167 148 -
CMYK 0.50 0 0.11 0.35
HSL 166.43º 0.34% 0.49% -
HSV(B) 166.43º 0.5% 0.65% -
XYZ 22.73 31.61 32.92 -
YUV 139.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 83 167 148 0.50 0 0.11 0.35 166.43 0.34 0.49
Hex 53 A7 94 32 0 B 23 A6 22 31
Octal 123 247 224 62 0 13 43 246 42 61
Binary 1010011 10100111 10010100 110010 0 1011 100011 10100110 100010 110001

Color Harmonies of #53A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A794

Black with #53A794

Text Example


Text Example

White with #53A794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,167,148); }

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

background-color css

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

 a { background-color: rgb(83,167,148); }

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

border-color css

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

 span { border-color: rgb(83,167,148); }

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