Html Css Color HEX #595F6B Bright Grey

📋 copy color: '#595F6B'

red 89 ◦ green 95 ◦ blue 107

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

Shades of Bright Grey #595F6B

Tints of Bright Grey #595F6B

RGB

 RED value IS 89 (35.16% from 255) = 30.58%

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 30.58%
G = 32.65%
B = 36.77%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#595F6B (or 0x595F6B) is known color: Bright Grey. HEX triplet: 59, 5F and 6B. RGB value is (89,95,107). Sum of RGB (Red+Green+Blue) = 89+95+107=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #595F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F6B is #A6A094. Grayscale: #5E5E5E. Windows color (decimal): -10920085 or 7036761. OLE color: 7036761.

HSL color Cylindrical-coordinate representation of color #595F6B: hue angle of 220º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595F6B is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 95 107 -
CMYK 0.17 0.11 0 0.58
HSL 220º 0.09% 0.38% -
HSV(B) 220º 0.17% 0.42% -
XYZ 10.87 11.37 15.53 -
YUV 94.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 89 95 107 0.17 0.11 0 0.58 220 0.09 0.38
Hex 59 5F 6B 11 B 0 3A DC 9 26
Octal 131 137 153 21 13 0 72 334 11 46
Binary 1011001 1011111 1101011 10001 1011 0 111010 11011100 1001 100110

Color Harmonies of #595F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F6B

Black with #595F6B

Text Example


Text Example

White with #595F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595F6B; }

 p { color: rgb(89,95,107); }

 H1.HeaderClassName
 {
   color: #595F6B;
 }
 .AnyTagClassName
 {
   color: #595F6B;
 }
</style>

background-color css

<style>
 a { background-color: #595F6B; }

 a { background-color: rgb(89,95,107); }

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

border-color css

<style>
 span { border-color: #595F6B; }

 span { border-color: rgb(89,95,107); }

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