Html Css Color HEX #595A63 Bright Grey

📋 copy color: '#595A63'

red 89 ◦ green 90 ◦ blue 99

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

Shades of Bright Grey #595A63

Tints of Bright Grey #595A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

 BLUE value IS 99 (39.06% from 255) = 35.61%

R = 32.01%
G = 32.37%
B = 35.61%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#595A63 (or 0x595A63) is known color: Bright Grey. HEX triplet: 59, 5A and 63. RGB value is (89,90,99). Sum of RGB (Red+Green+Blue) = 89+90+99=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #595A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A63 is #A6A59C. Grayscale: #5A5A5A. Windows color (decimal): -10921373 or 6511193. OLE color: 6511193.

HSL color Cylindrical-coordinate representation of color #595A63: hue angle of 234º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595A63 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 90 99 -
CMYK 0.10 0.09 0 0.61
HSL 234º 0.05% 0.37% -
HSV(B) 234º 0.1% 0.39% -
XYZ 10.03 10.34 13.27 -
YUV 90.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 89 90 99 0.10 0.09 0 0.61 234 0.05 0.37
Hex 59 5A 63 A 9 0 3D EA 5 25
Octal 131 132 143 12 11 0 75 352 5 45
Binary 1011001 1011010 1100011 1010 1001 0 111101 11101010 101 100101

Color Harmonies of #595A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A63

Black with #595A63

Text Example


Text Example

White with #595A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,99); }

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

background-color css

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

 a { background-color: rgb(89,90,99); }

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

border-color css

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

 span { border-color: rgb(89,90,99); }

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