Html Css Color HEX #586076 Chambray

📋 copy color: '#586076'

red 88 ◦ green 96 ◦ blue 118

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

Shades of Chambray #586076

Tints of Chambray #586076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 29.14%
G = 31.79%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#586076 (or 0x586076) is known color: Chambray. HEX triplet: 58, 60 and 76. RGB value is (88,96,118). Sum of RGB (Red+Green+Blue) = 88+96+118=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #586076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586076 is #A79F89. Grayscale: #606060. Windows color (decimal): -10985354 or 7757912. OLE color: 7757912.

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

Color convert

RGB 88 96 118 -
CMYK 0.25 0.19 0 0.54
HSL 224º 0.15% 0.4% -
HSV(B) 224º 0.25% 0.46% -
XYZ 11.48 11.75 18.8 -
YUV 96.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 88 96 118 0.25 0.19 0 0.54 224 0.15 0.4
Hex 58 60 76 19 13 0 36 E0 F 28
Octal 130 140 166 31 23 0 66 340 17 50
Binary 1011000 1100000 1110110 11001 10011 0 110110 11100000 1111 101000

Color Harmonies of #586076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586076

Black with #586076

Text Example


Text Example

White with #586076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586076; }

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

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

background-color css

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

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

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

border-color css

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

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

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