Html Css Color HEX #50597D Chambray

📋 copy color: '#50597D'

red 80 ◦ green 89 ◦ blue 125

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

Shades of Chambray #50597D

Tints of Chambray #50597D

RGB

 RED value IS 80 (31.64% from 255) = 27.21%

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 27.21%
G = 30.27%
B = 42.52%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50597D (or 0x50597D) is known color: Chambray. HEX triplet: 50, 59 and 7D. RGB value is (80,89,125). Sum of RGB (Red+Green+Blue) = 80+89+125=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #50597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50597D is #AFA682. Grayscale: #5A5A5A. Windows color (decimal): -11511427 or 8214864. OLE color: 8214864.

HSL color Cylindrical-coordinate representation of color #50597D: hue angle of 228º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50597D is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 89 125 -
CMYK 0.36 0.29 0 0.51
HSL 228º 0.22% 0.4% -
HSV(B) 228º 0.36% 0.49% -
XYZ 10.58 10.33 20.84 -
YUV 90.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 80 89 125 0.36 0.29 0 0.51 228 0.22 0.4
Hex 50 59 7D 24 1D 0 33 E4 16 28
Octal 120 131 175 44 35 0 63 344 26 50
Binary 1010000 1011001 1111101 100100 11101 0 110011 11100100 10110 101000

Color Harmonies of #50597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50597D

Black with #50597D

Text Example


Text Example

White with #50597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,89,125); }

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

background-color css

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

 a { background-color: rgb(80,89,125); }

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

border-color css

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

 span { border-color: rgb(80,89,125); }

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