Html Css Color HEX #5A735C Killarney

📋 copy color: '#5A735C'

red 90 ◦ green 115 ◦ blue 92

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

Shades of Killarney #5A735C

Tints of Killarney #5A735C

RGB

 RED value IS 90 (35.55% from 255) = 30.3%

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 30.3%
G = 38.72%
B = 30.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#5A735C (or 0x5A735C) is known color: Killarney. HEX triplet: 5A, 73 and 5C. RGB value is (90,115,92). Sum of RGB (Red+Green+Blue) = 90+115+92=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #5A735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A735C is #A58CA3. Grayscale: #686868. Windows color (decimal): -10849444 or 6058842. OLE color: 6058842.

HSL color Cylindrical-coordinate representation of color #5A735C: hue angle of 124.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A735C is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 115 92 -
CMYK 0.22 0 0.20 0.55
HSL 124.8º 0.12% 0.4% -
HSV(B) 124.8º 0.22% 0.45% -
XYZ 12.28 15.21 12.41 -
YUV 104.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 90 115 92 0.22 0 0.20 0.55 124.8 0.12 0.4
Hex 5A 73 5C 16 0 14 37 7D C 28
Octal 132 163 134 26 0 24 67 175 14 50
Binary 1011010 1110011 1011100 10110 0 10100 110111 1111101 1100 101000

Color Harmonies of #5A735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A735C

Black with #5A735C

Text Example


Text Example

White with #5A735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A735C; }

 p { color: rgb(90,115,92); }

 H1.HeaderClassName
 {
   color: #5A735C;
 }
 .AnyTagClassName
 {
   color: #5A735C;
 }
</style>

background-color css

<style>
 a { background-color: #5A735C; }

 a { background-color: rgb(90,115,92); }

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

border-color css

<style>
 span { border-color: #5A735C; }

 span { border-color: rgb(90,115,92); }

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