Html Css Color HEX #50587C Chambray

📋 copy color: '#50587C'

red 80 ◦ green 88 ◦ blue 124

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

Shades of Chambray #50587C

Tints of Chambray #50587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 27.4%
G = 30.14%
B = 42.47%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50587C (or 0x50587C) is known color: Chambray. HEX triplet: 50, 58 and 7C. RGB value is (80,88,124). Sum of RGB (Red+Green+Blue) = 80+88+124=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #50587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50587C is #AFA783. Grayscale: #595959. Windows color (decimal): -11511684 or 8149072. OLE color: 8149072.

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

Color convert

RGB 80 88 124 -
CMYK 0.35 0.29 0 0.51
HSL 229.09º 0.22% 0.4% -
HSV(B) 229.09º 0.35% 0.49% -
XYZ 10.44 10.14 20.48 -
YUV 89.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 80 88 124 0.35 0.29 0 0.51 229.09 0.22 0.4
Hex 50 58 7C 23 1D 0 33 E5 16 28
Octal 120 130 174 43 35 0 63 345 26 50
Binary 1010000 1011000 1111100 100011 11101 0 110011 11100101 10110 101000

Color Harmonies of #50587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50587C

Black with #50587C

Text Example


Text Example

White with #50587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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