Html Css Color HEX #53795A Killarney

📋 copy color: '#53795A'

red 83 ◦ green 121 ◦ blue 90

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

Shades of Killarney #53795A

Tints of Killarney #53795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 28.23%
G = 41.16%
B = 30.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#53795A (or 0x53795A) is known color: Killarney. HEX triplet: 53, 79 and 5A. RGB value is (83,121,90). Sum of RGB (Red+Green+Blue) = 83+121+90=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #53795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53795A is #AC86A5. Grayscale: #6A6A6A. Windows color (decimal): -11306662 or 5929299. OLE color: 5929299.

HSL color Cylindrical-coordinate representation of color #53795A: hue angle of 131.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53795A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 90 -
CMYK 0.31 0 0.26 0.53
HSL 131.05º 0.19% 0.4% -
HSV(B) 131.05º 0.31% 0.47% -
XYZ 12.25 16.25 12.16 -
YUV 106.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 83 121 90 0.31 0 0.26 0.53 131.05 0.19 0.4
Hex 53 79 5A 1F 0 1A 35 83 13 28
Octal 123 171 132 37 0 32 65 203 23 50
Binary 1010011 1111001 1011010 11111 0 11010 110101 10000011 10011 101000

Color Harmonies of #53795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53795A

Black with #53795A

Text Example


Text Example

White with #53795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53795A; }

 p { color: rgb(83,121,90); }

 H1.HeaderClassName
 {
   color: #53795A;
 }
 .AnyTagClassName
 {
   color: #53795A;
 }
</style>

background-color css

<style>
 a { background-color: #53795A; }

 a { background-color: rgb(83,121,90); }

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

border-color css

<style>
 span { border-color: #53795A; }

 span { border-color: rgb(83,121,90); }

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