Html Css Color HEX #58607E Chambray

📋 copy color: '#58607E'

red 88 ◦ green 96 ◦ blue 126

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

Shades of Chambray #58607E

Tints of Chambray #58607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 28.39%
G = 30.97%
B = 40.65%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58607E (or 0x58607E) is known color: Chambray. HEX triplet: 58, 60 and 7E. RGB value is (88,96,126). Sum of RGB (Red+Green+Blue) = 88+96+126=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #58607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58607E is #A79F81. Grayscale: #606060. Windows color (decimal): -10985346 or 8282200. OLE color: 8282200.

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

Color convert

RGB 88 96 126 -
CMYK 0.30 0.24 0 0.51
HSL 227.37º 0.18% 0.42% -
HSV(B) 227.37º 0.3% 0.49% -
XYZ 11.97 11.95 21.41 -
YUV 97.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 88 96 126 0.30 0.24 0 0.51 227.37 0.18 0.42
Hex 58 60 7E 1E 18 0 33 E3 12 2A
Octal 130 140 176 36 30 0 63 343 22 52
Binary 1011000 1100000 1111110 11110 11000 0 110011 11100011 10010 101010

Color Harmonies of #58607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58607E

Black with #58607E

Text Example


Text Example

White with #58607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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