#586378

Color #586378 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #586378

Tints of Chambray #586378

Color information

#586378 (or 0x586378) is unknown color: approx Chambray. HEX triplet: 58, 63 and 78. RGB value is (88,99,120). Sum of RGB (Red+Green+Blue) = 88+99+120=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #586378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586378 is #A79C87. Grayscale: #626262. Windows color (decimal): -10984584 or 7889752. OLE color: 7889752.

HSL color Cylindrical-coordinate representation of color #586378: hue angle of 219.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586378 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8899120-
CMYK0.270.1700.53
HSL219.38º15.38%40.78%-
HSV(B)219.38º26.67%47.06%-
XYZ11.8812.3519.53-
YUV98.1140.36120.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=28.66%
G=32.25%
B=39.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88991200.270.1700.53219.3815.3840.78
Hex5863781B11035dbf29
Octal13014317033210653331751
Binary10110001100011111100011011100010110101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586378; }

 p { color: rgb(88,99,120); }

 H1.HeaderClassName
 {
   color: #586378;
 }
 .AnyTagClassName
 {
   color: #586378;
 }
</style>
background-color css

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

 a { background-color: rgb(88,99,120); }

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

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

 span { border-color: rgb(88,99,120); }

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