Html Css Color HEX #575F7C Chambray

📋 copy color: '#575F7C'

red 87 ◦ green 95 ◦ blue 124

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

Shades of Chambray #575F7C

Tints of Chambray #575F7C

RGB

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

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

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

R = 28.43%
G = 31.05%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#575F7C (or 0x575F7C) is known color: Chambray. HEX triplet: 57, 5F and 7C. RGB value is (87,95,124). Sum of RGB (Red+Green+Blue) = 87+95+124=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #575F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F7C is #A8A083. Grayscale: #5F5F5F. Windows color (decimal): -11051140 or 8150871. OLE color: 8150871.

HSL color Cylindrical-coordinate representation of color #575F7C: hue angle of 227.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575F7C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 95 124 -
CMYK 0.30 0.23 0 0.51
HSL 227.03º 0.18% 0.41% -
HSV(B) 227.03º 0.3% 0.49% -
XYZ 11.66 11.67 20.71 -
YUV 95.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 87 95 124 0.30 0.23 0 0.51 227.03 0.18 0.41
Hex 57 5F 7C 1E 17 0 33 E3 12 29
Octal 127 137 174 36 27 0 63 343 22 51
Binary 1010111 1011111 1111100 11110 10111 0 110011 11100011 10010 101001

Color Harmonies of #575F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F7C

Black with #575F7C

Text Example


Text Example

White with #575F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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