Html Css Color HEX #58617E Chambray

📋 copy color: '#58617E'

red 88 ◦ green 97 ◦ blue 126

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

Shades of Chambray #58617E

Tints of Chambray #58617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 28.3%
G = 31.19%
B = 40.51%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58617E (or 0x58617E) is known color: Chambray. HEX triplet: 58, 61 and 7E. RGB value is (88,97,126). Sum of RGB (Red+Green+Blue) = 88+97+126=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #58617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58617E is #A79E81. Grayscale: #616161. Windows color (decimal): -10985090 or 8282456. OLE color: 8282456.

HSL color Cylindrical-coordinate representation of color #58617E: hue angle of 225.79º 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 #58617E is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 97 126 -
CMYK 0.30 0.23 0 0.51
HSL 225.79º 0.18% 0.42% -
HSV(B) 225.79º 0.3% 0.49% -
XYZ 12.07 12.13 21.44 -
YUV 97.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 88 97 126 0.30 0.23 0 0.51 225.79 0.18 0.42
Hex 58 61 7E 1E 17 0 33 E2 12 2A
Octal 130 141 176 36 27 0 63 342 22 52
Binary 1011000 1100001 1111110 11110 10111 0 110011 11100010 10010 101010

Color Harmonies of #58617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58617E

Black with #58617E

Text Example


Text Example

White with #58617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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