Html Css Color HEX #585F74 Chambray

📋 copy color: '#585F74'

red 88 ◦ green 95 ◦ blue 116

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

Shades of Chambray #585F74

Tints of Chambray #585F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 29.43%
G = 31.77%
B = 38.8%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585F74 (or 0x585F74) is known color: Chambray. HEX triplet: 58, 5F and 74. RGB value is (88,95,116). Sum of RGB (Red+Green+Blue) = 88+95+116=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #585F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F74 is #A7A08B. Grayscale: #5F5F5F. Windows color (decimal): -10985612 or 7626584. OLE color: 7626584.

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

Color convert

RGB 88 95 116 -
CMYK 0.24 0.18 0 0.55
HSL 225º 0.14% 0.4% -
HSV(B) 225º 0.24% 0.45% -
XYZ 11.27 11.52 18.15 -
YUV 95.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 88 95 116 0.24 0.18 0 0.55 225 0.14 0.4
Hex 58 5F 74 18 12 0 37 E1 E 28
Octal 130 137 164 30 22 0 67 341 16 50
Binary 1011000 1011111 1110100 11000 10010 0 110111 11100001 1110 101000

Color Harmonies of #585F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F74

Black with #585F74

Text Example


Text Example

White with #585F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,116); }

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

background-color css

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

 a { background-color: rgb(88,95,116); }

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

border-color css

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

 span { border-color: rgb(88,95,116); }

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