Html Css Color HEX #5B755C Killarney

📋 copy color: '#5B755C'

red 91 ◦ green 117 ◦ blue 92

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

Shades of Killarney #5B755C

Tints of Killarney #5B755C

RGB

 RED value IS 91 (35.94% from 255) = 30.33%

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 30.33%
G = 39%
B = 30.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#5B755C (or 0x5B755C) is known color: Killarney. HEX triplet: 5B, 75 and 5C. RGB value is (91,117,92). Sum of RGB (Red+Green+Blue) = 91+117+92=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #5B755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B755C is #A48AA3. Grayscale: #6A6A6A. Windows color (decimal): -10783396 or 6059355. OLE color: 6059355.

HSL color Cylindrical-coordinate representation of color #5B755C: hue angle of 122.31º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B755C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 117 92 -
CMYK 0.22 0 0.21 0.54
HSL 122.31º 0.13% 0.41% -
HSV(B) 122.31º 0.22% 0.46% -
XYZ 12.61 15.72 12.49 -
YUV 106.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 91 117 92 0.22 0 0.21 0.54 122.31 0.13 0.41
Hex 5B 75 5C 16 0 15 36 7A C 29
Octal 133 165 134 26 0 25 66 172 14 51
Binary 1011011 1110101 1011100 10110 0 10101 110110 1111010 1100 101001

Color Harmonies of #5B755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B755C

Black with #5B755C

Text Example


Text Example

White with #5B755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,92); }

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

background-color css

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

 a { background-color: rgb(91,117,92); }

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

border-color css

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

 span { border-color: rgb(91,117,92); }

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