Html Css Color HEX #585E72 Chambray

📋 copy color: '#585E72'

red 88 ◦ green 94 ◦ blue 114

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

Shades of Chambray #585E72

Tints of Chambray #585E72

RGB

 RED value IS 88 (34.77% from 255) = 29.73%

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 29.73%
G = 31.76%
B = 38.51%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585E72 (or 0x585E72) is known color: Chambray. HEX triplet: 58, 5E and 72. RGB value is (88,94,114). Sum of RGB (Red+Green+Blue) = 88+94+114=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #585E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E72 is #A7A18D. Grayscale: #5E5E5E. Windows color (decimal): -10985870 or 7495256. OLE color: 7495256.

HSL color Cylindrical-coordinate representation of color #585E72: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #585E72 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 94 114 -
CMYK 0.23 0.18 0 0.55
HSL 226.15º 0.13% 0.4% -
HSV(B) 226.15º 0.23% 0.45% -
XYZ 11.06 11.3 17.52 -
YUV 94.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 88 94 114 0.23 0.18 0 0.55 226.15 0.13 0.4
Hex 58 5E 72 17 12 0 37 E2 D 28
Octal 130 136 162 27 22 0 67 342 15 50
Binary 1011000 1011110 1110010 10111 10010 0 110111 11100010 1101 101000

Color Harmonies of #585E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E72

Black with #585E72

Text Example


Text Example

White with #585E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585E72; }

 p { color: rgb(88,94,114); }

 H1.HeaderClassName
 {
   color: #585E72;
 }
 .AnyTagClassName
 {
   color: #585E72;
 }
</style>

background-color css

<style>
 a { background-color: #585E72; }

 a { background-color: rgb(88,94,114); }

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

border-color css

<style>
 span { border-color: #585E72; }

 span { border-color: rgb(88,94,114); }

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