Html Css Color HEX #505E84 Chambray

📋 copy color: '#505E84'

red 80 ◦ green 94 ◦ blue 132

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

Shades of Chambray #505E84

Tints of Chambray #505E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 26.14%
G = 30.72%
B = 43.14%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505E84 (or 0x505E84) is known color: Chambray. HEX triplet: 50, 5E and 84. RGB value is (80,94,132). Sum of RGB (Red+Green+Blue) = 80+94+132=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #505E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E84 is #AFA17B. Grayscale: #5D5D5D. Windows color (decimal): -11510140 or 8674896. OLE color: 8674896.

HSL color Cylindrical-coordinate representation of color #505E84: hue angle of 223.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505E84 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 94 132 -
CMYK 0.39 0.29 0 0.48
HSL 223.85º 0.25% 0.42% -
HSV(B) 223.85º 0.39% 0.52% -
XYZ 11.48 11.38 23.42 -
YUV 94.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 80 94 132 0.39 0.29 0 0.48 223.85 0.25 0.42
Hex 50 5E 84 27 1D 0 30 E0 19 2A
Octal 120 136 204 47 35 0 60 340 31 52
Binary 1010000 1011110 10000100 100111 11101 0 110000 11100000 11001 101010

Color Harmonies of #505E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E84

Black with #505E84

Text Example


Text Example

White with #505E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E84; }

 p { color: rgb(80,94,132); }

 H1.HeaderClassName
 {
   color: #505E84;
 }
 .AnyTagClassName
 {
   color: #505E84;
 }
</style>

background-color css

<style>
 a { background-color: #505E84; }

 a { background-color: rgb(80,94,132); }

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

border-color css

<style>
 span { border-color: #505E84; }

 span { border-color: rgb(80,94,132); }

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