Html Css Color HEX #505D84 Chambray

📋 copy color: '#505D84'

red 80 ◦ green 93 ◦ blue 132

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

Shades of Chambray #505D84

Tints of Chambray #505D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

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

R = 26.23%
G = 30.49%
B = 43.28%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505D84 (or 0x505D84) is known color: Chambray. HEX triplet: 50, 5D and 84. RGB value is (80,93,132). Sum of RGB (Red+Green+Blue) = 80+93+132=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #505D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D84 is #AFA27B. Grayscale: #5D5D5D. Windows color (decimal): -11510396 or 8674640. OLE color: 8674640.

HSL color Cylindrical-coordinate representation of color #505D84: hue angle of 225º 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 #505D84 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 93 132 -
CMYK 0.39 0.30 0 0.48
HSL 225º 0.25% 0.42% -
HSV(B) 225º 0.39% 0.52% -
XYZ 11.39 11.2 23.39 -
YUV 93.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 80 93 132 0.39 0.30 0 0.48 225 0.25 0.42
Hex 50 5D 84 27 1E 0 30 E1 19 2A
Octal 120 135 204 47 36 0 60 341 31 52
Binary 1010000 1011101 10000100 100111 11110 0 110000 11100001 11001 101010

Color Harmonies of #505D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D84

Black with #505D84

Text Example


Text Example

White with #505D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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