#586278

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

Shades of Chambray #586278

Tints of Chambray #586278

Color information

#586278 (or 0x586278) is unknown color: approx Chambray. HEX triplet: 58, 62 and 78. RGB value is (88,98,120). Sum of RGB (Red+Green+Blue) = 88+98+120=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #586278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586278 is #A79D87. Grayscale: #616161. Windows color (decimal): -10984840 or 7889496. OLE color: 7889496.

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

Color convert

RGB8898120-
CMYK0.270.1800.53
HSL221.25º15.38%40.78%-
HSV(B)221.25º26.67%47.06%-
XYZ11.7812.1719.5-
YUV97.52140.69121.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=28.76%
G=32.03%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88981200.270.1800.53221.2515.3840.78
Hex5862781B12035ddf29
Octal13014217033220653351751
Binary10110001100010111100011011100100110101110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586278; }

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

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

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

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

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

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

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

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