Html Css Color HEX #586075 Chambray

📋 copy color: '#586075'

red 88 ◦ green 96 ◦ blue 117

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

Shades of Chambray #586075

Tints of Chambray #586075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.89%

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

R = 29.24%
G = 31.89%
B = 38.87%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586075 (or 0x586075) is known color: Chambray. HEX triplet: 58, 60 and 75. RGB value is (88,96,117). Sum of RGB (Red+Green+Blue) = 88+96+117=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #586075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586075 is #A79F8A. Grayscale: #5F5F5F. Windows color (decimal): -10985355 or 7692376. OLE color: 7692376.

HSL color Cylindrical-coordinate representation of color #586075: hue angle of 223.45º 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 #586075 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 96 117 -
CMYK 0.25 0.18 0 0.54
HSL 223.45º 0.14% 0.4% -
HSV(B) 223.45º 0.25% 0.46% -
XYZ 11.42 11.72 18.49 -
YUV 96 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 88 96 117 0.25 0.18 0 0.54 223.45 0.14 0.4
Hex 58 60 75 19 12 0 36 DF E 28
Octal 130 140 165 31 22 0 66 337 16 50
Binary 1011000 1100000 1110101 11001 10010 0 110110 11011111 1110 101000

Color Harmonies of #586075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586075

Black with #586075

Text Example


Text Example

White with #586075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586075; }

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

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

background-color css

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

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

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

border-color css

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

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

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