Html Css Color HEX #505E86 Chambray

📋 copy color: '#505E86'

red 80 ◦ green 94 ◦ blue 134

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

Shades of Chambray #505E86

Tints of Chambray #505E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.51%

R = 25.97%
G = 30.52%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505E86 (or 0x505E86) is known color: Chambray. HEX triplet: 50, 5E and 86. RGB value is (80,94,134). Sum of RGB (Red+Green+Blue) = 80+94+134=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #505E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E86 is #AFA179. Grayscale: #5E5E5E. Windows color (decimal): -11510138 or 8805968. OLE color: 8805968.

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

Color convert

RGB 80 94 134 -
CMYK 0.40 0.30 0 0.47
HSL 224.44º 0.25% 0.42% -
HSV(B) 224.44º 0.4% 0.53% -
XYZ 11.61 11.43 24.15 -
YUV 94.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 80 94 134 0.40 0.30 0 0.47 224.44 0.25 0.42
Hex 50 5E 86 28 1E 0 2F E0 19 2A
Octal 120 136 206 50 36 0 57 340 31 52
Binary 1010000 1011110 10000110 101000 11110 0 101111 11100000 11001 101010

Color Harmonies of #505E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E86

Black with #505E86

Text Example


Text Example

White with #505E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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