Html Css Color HEX #505E85 Chambray

📋 copy color: '#505E85'

red 80 ◦ green 94 ◦ blue 133

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

Shades of Chambray #505E85

Tints of Chambray #505E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 26.06%
G = 30.62%
B = 43.32%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505E85 (or 0x505E85) is known color: Chambray. HEX triplet: 50, 5E and 85. RGB value is (80,94,133). Sum of RGB (Red+Green+Blue) = 80+94+133=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #505E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E85 is #AFA17A. Grayscale: #5E5E5E. Windows color (decimal): -11510139 or 8740432. OLE color: 8740432.

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

Color convert

RGB 80 94 133 -
CMYK 0.40 0.29 0 0.48
HSL 224.15º 0.25% 0.42% -
HSV(B) 224.15º 0.4% 0.52% -
XYZ 11.54 11.4 23.78 -
YUV 94.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 80 94 133 0.40 0.29 0 0.48 224.15 0.25 0.42
Hex 50 5E 85 28 1D 0 30 E0 19 2A
Octal 120 136 205 50 35 0 60 340 31 52
Binary 1010000 1011110 10000101 101000 11101 0 110000 11100000 11001 101010

Color Harmonies of #505E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E85

Black with #505E85

Text Example


Text Example

White with #505E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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