Html Css Color HEX #53775A Killarney

📋 copy color: '#53775A'

red 83 ◦ green 119 ◦ blue 90

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

Shades of Killarney #53775A

Tints of Killarney #53775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

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

R = 28.42%
G = 40.75%
B = 30.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#53775A (or 0x53775A) is known color: Killarney. HEX triplet: 53, 77 and 5A. RGB value is (83,119,90). Sum of RGB (Red+Green+Blue) = 83+119+90=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #53775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53775A is #AC88A5. Grayscale: #696969. Windows color (decimal): -11307174 or 5928787. OLE color: 5928787.

HSL color Cylindrical-coordinate representation of color #53775A: hue angle of 131.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53775A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 90 -
CMYK 0.30 0 0.24 0.53
HSL 131.67º 0.18% 0.4% -
HSV(B) 131.67º 0.3% 0.47% -
XYZ 12.01 15.77 12.08 -
YUV 104.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 83 119 90 0.30 0 0.24 0.53 131.67 0.18 0.4
Hex 53 77 5A 1E 0 18 35 84 12 28
Octal 123 167 132 36 0 30 65 204 22 50
Binary 1010011 1110111 1011010 11110 0 11000 110101 10000100 10010 101000

Color Harmonies of #53775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53775A

Black with #53775A

Text Example


Text Example

White with #53775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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