Html Css Color HEX #53A992 Keppel

📋 copy color: '#53A992'

red 83 ◦ green 169 ◦ blue 146

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

Shades of Keppel #53A992

Tints of Keppel #53A992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 20.85%
G = 42.46%
B = 36.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#53A992 (or 0x53A992) is known color: Keppel. HEX triplet: 53, A9 and 92. RGB value is (83,169,146). Sum of RGB (Red+Green+Blue) = 83+169+146=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #53A992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A992 is #AC566D. Grayscale: #8C8C8C. Windows color (decimal): -11294318 or 9611603. OLE color: 9611603.

HSL color Cylindrical-coordinate representation of color #53A992: hue angle of 163.95º 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 #53A992 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 169 146 -
CMYK 0.51 0 0.14 0.34
HSL 163.95º 0.34% 0.49% -
HSV(B) 163.95º 0.51% 0.66% -
XYZ 22.94 32.29 32.22 -
YUV 140.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 83 169 146 0.51 0 0.14 0.34 163.95 0.34 0.49
Hex 53 A9 92 33 0 E 22 A4 22 31
Octal 123 251 222 63 0 16 42 244 42 61
Binary 1010011 10101001 10010010 110011 0 1110 100010 10100100 100010 110001

Color Harmonies of #53A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A992

Black with #53A992

Text Example


Text Example

White with #53A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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