Html Css Color HEX #575F7D Chambray

📋 copy color: '#575F7D'

red 87 ◦ green 95 ◦ blue 125

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

Shades of Chambray #575F7D

Tints of Chambray #575F7D

RGB

 RED value IS 87 (34.38% from 255) = 28.34%

 GREEN value IS 95 (37.5% from 255) = 30.94%

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

R = 28.34%
G = 30.94%
B = 40.72%

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

#575F7D (or 0x575F7D) is known color: Chambray. HEX triplet: 57, 5F and 7D. RGB value is (87,95,125). Sum of RGB (Red+Green+Blue) = 87+95+125=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #575F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F7D is #A8A082. Grayscale: #5F5F5F. Windows color (decimal): -11051139 or 8216407. OLE color: 8216407.

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

Color convert

RGB 87 95 125 -
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.72 11.69 21.04 -
YUV 96.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 87 95 125 0.30 0.24 0 0.51 227.37 0.18 0.42
Hex 57 5F 7D 1E 18 0 33 E3 12 2A
Octal 127 137 175 36 30 0 63 343 22 52
Binary 1010111 1011111 1111101 11110 11000 0 110011 11100011 10010 101010

Color Harmonies of #575F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F7D

Black with #575F7D

Text Example


Text Example

White with #575F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F7D; }

 p { color: rgb(87,95,125); }

 H1.HeaderClassName
 {
   color: #575F7D;
 }
 .AnyTagClassName
 {
   color: #575F7D;
 }
</style>

background-color css

<style>
 a { background-color: #575F7D; }

 a { background-color: rgb(87,95,125); }

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

border-color css

<style>
 span { border-color: #575F7D; }

 span { border-color: rgb(87,95,125); }

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