Html Css Color HEX #586175 Chambray

📋 copy color: '#586175'

red 88 ◦ green 97 ◦ blue 117

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

Shades of Chambray #586175

Tints of Chambray #586175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.12%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 29.14%
G = 32.12%
B = 38.74%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586175 (or 0x586175) is known color: Chambray. HEX triplet: 58, 61 and 75. RGB value is (88,97,117). Sum of RGB (Red+Green+Blue) = 88+97+117=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #586175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586175 is #A79E8A. Grayscale: #606060. Windows color (decimal): -10985099 or 7692632. OLE color: 7692632.

HSL color Cylindrical-coordinate representation of color #586175: hue angle of 221.38º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586175 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 97 117 -
CMYK 0.25 0.17 0 0.54
HSL 221.38º 0.14% 0.4% -
HSV(B) 221.38º 0.25% 0.46% -
XYZ 11.51 11.91 18.52 -
YUV 96.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 88 97 117 0.25 0.17 0 0.54 221.38 0.14 0.4
Hex 58 61 75 19 11 0 36 DD E 28
Octal 130 141 165 31 21 0 66 335 16 50
Binary 1011000 1100001 1110101 11001 10001 0 110110 11011101 1110 101000

Color Harmonies of #586175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586175

Black with #586175

Text Example


Text Example

White with #586175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586175; }

 p { color: rgb(88,97,117); }

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

background-color css

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

 a { background-color: rgb(88,97,117); }

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

border-color css

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

 span { border-color: rgb(88,97,117); }

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