Html Css Color HEX #595F71 Chambray

📋 copy color: '#595F71'

red 89 ◦ green 95 ◦ blue 113

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

Shades of Chambray #595F71

Tints of Chambray #595F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 29.97%
G = 31.99%
B = 38.05%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595F71 (or 0x595F71) is known color: Chambray. HEX triplet: 59, 5F and 71. RGB value is (89,95,113). Sum of RGB (Red+Green+Blue) = 89+95+113=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #595F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F71 is #A6A08E. Grayscale: #5F5F5F. Windows color (decimal): -10920079 or 7429977. OLE color: 7429977.

HSL color Cylindrical-coordinate representation of color #595F71: hue angle of 225º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595F71 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 95 113 -
CMYK 0.21 0.16 0 0.56
HSL 225º 0.12% 0.4% -
HSV(B) 225º 0.21% 0.44% -
XYZ 11.19 11.5 17.25 -
YUV 95.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 89 95 113 0.21 0.16 0 0.56 225 0.12 0.4
Hex 59 5F 71 15 10 0 38 E1 C 28
Octal 131 137 161 25 20 0 70 341 14 50
Binary 1011001 1011111 1110001 10101 10000 0 111000 11100001 1100 101000

Color Harmonies of #595F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F71

Black with #595F71

Text Example


Text Example

White with #595F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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