Html Css Color HEX #58607C Chambray

📋 copy color: '#58607C'

red 88 ◦ green 96 ◦ blue 124

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

Shades of Chambray #58607C

Tints of Chambray #58607C

RGB

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

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

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

R = 28.57%
G = 31.17%
B = 40.26%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58607C (or 0x58607C) is known color: Chambray. HEX triplet: 58, 60 and 7C. RGB value is (88,96,124). Sum of RGB (Red+Green+Blue) = 88+96+124=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #58607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58607C is #A79F83. Grayscale: #606060. Windows color (decimal): -10985348 or 8151128. OLE color: 8151128.

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

Color convert

RGB 88 96 124 -
CMYK 0.29 0.23 0 0.51
HSL 226.67º 0.17% 0.42% -
HSV(B) 226.67º 0.29% 0.49% -
XYZ 11.85 11.9 20.74 -
YUV 96.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 88 96 124 0.29 0.23 0 0.51 226.67 0.17 0.42
Hex 58 60 7C 1D 17 0 33 E3 11 2A
Octal 130 140 174 35 27 0 63 343 21 52
Binary 1011000 1100000 1111100 11101 10111 0 110011 11100011 10001 101010

Color Harmonies of #58607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58607C

Black with #58607C

Text Example


Text Example

White with #58607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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