Html Css Color HEX #58627D Chambray

📋 copy color: '#58627D'

red 88 ◦ green 98 ◦ blue 125

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

Shades of Chambray #58627D

Tints of Chambray #58627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 28.3%
G = 31.51%
B = 40.19%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58627D (or 0x58627D) is known color: Chambray. HEX triplet: 58, 62 and 7D. RGB value is (88,98,125). Sum of RGB (Red+Green+Blue) = 88+98+125=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #58627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58627D is #A79D82. Grayscale: #616161. Windows color (decimal): -10984835 or 8217176. OLE color: 8217176.

HSL color Cylindrical-coordinate representation of color #58627D: hue angle of 223.78º degrees, saturation: 0.17, 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 #58627D is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 98 125 -
CMYK 0.30 0.22 0 0.51
HSL 223.78º 0.17% 0.42% -
HSV(B) 223.78º 0.3% 0.49% -
XYZ 12.09 12.29 21.14 -
YUV 98.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 88 98 125 0.30 0.22 0 0.51 223.78 0.17 0.42
Hex 58 62 7D 1E 16 0 33 E0 11 2A
Octal 130 142 175 36 26 0 63 340 21 52
Binary 1011000 1100010 1111101 11110 10110 0 110011 11100000 10001 101010

Color Harmonies of #58627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58627D

Black with #58627D

Text Example


Text Example

White with #58627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58627D;
 }
 .AnyTagClassName
 {
   color: #58627D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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