#58627E

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

Shades of Chambray #58627E

Tints of Chambray #58627E

Color information

#58627E (or 0x58627E) is unknown color: approx Chambray. HEX triplet: 58, 62 and 7E. RGB value is (88,98,126). Sum of RGB (Red+Green+Blue) = 88+98+126=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #58627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627E is #A79D81. Grayscale: #626262. Windows color (decimal): -10984834 or 8282712. OLE color: 8282712.

HSL color Cylindrical-coordinate representation of color #58627E: hue angle of 224.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58627E is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8898126-
CMYK0.300.2200.51
HSL224.21º17.76%41.96%-
HSV(B)224.21º30.16%49.41%-
XYZ12.1612.3221.48-
YUV98.2143.69120.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=28.21%
G=31.41%
B=40.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88981260.300.2200.51224.2117.7641.96
Hex58627E1E16033e0122a
Octal13014217636260633402252
Binary101100011000101111110111101011001100111110000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58627E; }

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

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

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

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

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

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

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

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