Html Css Color HEX #537E5A Killarney

📋 copy color: '#537E5A'

red 83 ◦ green 126 ◦ blue 90

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

Shades of Killarney #537E5A

Tints of Killarney #537E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

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

R = 27.76%
G = 42.14%
B = 30.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#537E5A (or 0x537E5A) is known color: Killarney. HEX triplet: 53, 7E and 5A. RGB value is (83,126,90). Sum of RGB (Red+Green+Blue) = 83+126+90=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #537E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E5A is #AC81A5. Grayscale: #6D6D6D. Windows color (decimal): -11305382 or 5930579. OLE color: 5930579.

HSL color Cylindrical-coordinate representation of color #537E5A: hue angle of 129.77º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E5A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 126 90 -
CMYK 0.34 0 0.29 0.51
HSL 129.77º 0.21% 0.41% -
HSV(B) 129.77º 0.34% 0.49% -
XYZ 12.87 17.5 12.37 -
YUV 109.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 83 126 90 0.34 0 0.29 0.51 129.77 0.21 0.41
Hex 53 7E 5A 22 0 1D 33 82 15 29
Octal 123 176 132 42 0 35 63 202 25 51
Binary 1010011 1111110 1011010 100010 0 11101 110011 10000010 10101 101001

Color Harmonies of #537E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E5A

Black with #537E5A

Text Example


Text Example

White with #537E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537E5A; }

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

 H1.HeaderClassName
 {
   color: #537E5A;
 }
 .AnyTagClassName
 {
   color: #537E5A;
 }
</style>

background-color css

<style>
 a { background-color: #537E5A; }

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

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

border-color css

<style>
 span { border-color: #537E5A; }

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

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