#58627A

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

Shades of Chambray #58627A

Tints of Chambray #58627A

Color information

#58627A (or 0x58627A) is unknown color: approx Chambray. HEX triplet: 58, 62 and 7A. RGB value is (88,98,122). Sum of RGB (Red+Green+Blue) = 88+98+122=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #58627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627A is #A79D85. Grayscale: #616161. Windows color (decimal): -10984838 or 8020568. OLE color: 8020568.

HSL color Cylindrical-coordinate representation of color #58627A: hue angle of 222.35º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58627A is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8898122-
CMYK0.280.2000.52
HSL222.35º16.19%41.18%-
HSV(B)222.35º27.87%47.84%-
XYZ11.9112.2220.14-
YUV97.75141.69121.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=28.57%
G=31.82%
B=39.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88981220.280.2000.52222.3516.1941.18
Hex58627A1C14034de1029
Octal13014217234240643362051
Binary101100011000101111010111001010001101001101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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