Html Css Color HEX #5B765E Killarney

📋 copy color: '#5B765E'

red 91 ◦ green 118 ◦ blue 94

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

Shades of Killarney #5B765E

Tints of Killarney #5B765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 30.03%
G = 38.94%
B = 31.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#5B765E (or 0x5B765E) is known color: Killarney. HEX triplet: 5B, 76 and 5E. RGB value is (91,118,94). Sum of RGB (Red+Green+Blue) = 91+118+94=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #5B765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B765E is #A489A1. Grayscale: #6B6B6B. Windows color (decimal): -10783138 or 6190683. OLE color: 6190683.

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

Color convert

RGB 91 118 94 -
CMYK 0.23 0 0.20 0.54
HSL 126.67º 0.13% 0.41% -
HSV(B) 126.67º 0.23% 0.46% -
XYZ 12.81 15.99 13 -
YUV 107.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 91 118 94 0.23 0 0.20 0.54 126.67 0.13 0.41
Hex 5B 76 5E 17 0 14 36 7F D 29
Octal 133 166 136 27 0 24 66 177 15 51
Binary 1011011 1110110 1011110 10111 0 10100 110110 1111111 1101 101001

Color Harmonies of #5B765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B765E

Black with #5B765E

Text Example


Text Example

White with #5B765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,94); }

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

background-color css

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

 a { background-color: rgb(91,118,94); }

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

border-color css

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

 span { border-color: rgb(91,118,94); }

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