Html Css Color HEX #58647B Chambray

📋 copy color: '#58647B'

red 88 ◦ green 100 ◦ blue 123

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

Shades of Chambray #58647B

Tints of Chambray #58647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 28.3%
G = 32.15%
B = 39.55%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58647B (or 0x58647B) is known color: Chambray. HEX triplet: 58, 64 and 7B. RGB value is (88,100,123). Sum of RGB (Red+Green+Blue) = 88+100+123=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #58647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647B is #A79B84. Grayscale: #626262. Windows color (decimal): -10984325 or 8086616. OLE color: 8086616.

HSL color Cylindrical-coordinate representation of color #58647B: hue angle of 219.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58647B is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 100 123 -
CMYK 0.28 0.19 0 0.52
HSL 219.43º 0.17% 0.41% -
HSV(B) 219.43º 0.28% 0.48% -
XYZ 12.16 12.62 20.53 -
YUV 99.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 88 100 123 0.28 0.19 0 0.52 219.43 0.17 0.41
Hex 58 64 7B 1C 13 0 34 DB 11 29
Octal 130 144 173 34 23 0 64 333 21 51
Binary 1011000 1100100 1111011 11100 10011 0 110100 11011011 10001 101001

Color Harmonies of #58647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58647B

Black with #58647B

Text Example


Text Example

White with #58647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58647B; }

 p { color: rgb(88,100,123); }

 H1.HeaderClassName
 {
   color: #58647B;
 }
 .AnyTagClassName
 {
   color: #58647B;
 }
</style>

background-color css

<style>
 a { background-color: #58647B; }

 a { background-color: rgb(88,100,123); }

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

border-color css

<style>
 span { border-color: #58647B; }

 span { border-color: rgb(88,100,123); }

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