Html Css Color HEX #50577B Chambray

📋 copy color: '#50577B'

red 80 ◦ green 87 ◦ blue 123

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

Shades of Chambray #50577B

Tints of Chambray #50577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 27.59%
G = 30%
B = 42.41%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50577B (or 0x50577B) is known color: Chambray. HEX triplet: 50, 57 and 7B. RGB value is (80,87,123). Sum of RGB (Red+Green+Blue) = 80+87+123=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #50577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50577B is #AFA884. Grayscale: #585858. Windows color (decimal): -11511941 or 8083280. OLE color: 8083280.

HSL color Cylindrical-coordinate representation of color #50577B: hue angle of 230.23º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50577B is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 87 123 -
CMYK 0.35 0.29 0 0.52
HSL 230.23º 0.21% 0.4% -
HSV(B) 230.23º 0.35% 0.48% -
XYZ 10.29 9.95 20.12 -
YUV 89.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 80 87 123 0.35 0.29 0 0.52 230.23 0.21 0.4
Hex 50 57 7B 23 1D 0 34 E6 15 28
Octal 120 127 173 43 35 0 64 346 25 50
Binary 1010000 1010111 1111011 100011 11101 0 110100 11100110 10101 101000

Color Harmonies of #50577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50577B

Black with #50577B

Text Example


Text Example

White with #50577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,87,123); }

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

background-color css

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

 a { background-color: rgb(80,87,123); }

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

border-color css

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

 span { border-color: rgb(80,87,123); }

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