Html Css Color HEX #58617C Chambray

📋 copy color: '#58617C'

red 88 ◦ green 97 ◦ blue 124

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

Shades of Chambray #58617C

Tints of Chambray #58617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 28.48%
G = 31.39%
B = 40.13%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58617C (or 0x58617C) is known color: Chambray. HEX triplet: 58, 61 and 7C. RGB value is (88,97,124). Sum of RGB (Red+Green+Blue) = 88+97+124=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #58617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58617C is #A79E83. Grayscale: #616161. Windows color (decimal): -10985092 or 8151384. OLE color: 8151384.

HSL color Cylindrical-coordinate representation of color #58617C: hue angle of 225º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58617C is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 97 124 -
CMYK 0.29 0.22 0 0.51
HSL 225º 0.17% 0.42% -
HSV(B) 225º 0.29% 0.49% -
XYZ 11.94 12.08 20.77 -
YUV 97.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 88 97 124 0.29 0.22 0 0.51 225 0.17 0.42
Hex 58 61 7C 1D 16 0 33 E1 11 2A
Octal 130 141 174 35 26 0 63 341 21 52
Binary 1011000 1100001 1111100 11101 10110 0 110011 11100001 10001 101010

Color Harmonies of #58617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58617C

Black with #58617C

Text Example


Text Example

White with #58617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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