Html Css Color HEX #505A86 Chambray

📋 copy color: '#505A86'

red 80 ◦ green 90 ◦ blue 134

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

Shades of Chambray #505A86

Tints of Chambray #505A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

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

R = 26.32%
G = 29.61%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505A86 (or 0x505A86) is known color: Chambray. HEX triplet: 50, 5A and 86. RGB value is (80,90,134). Sum of RGB (Red+Green+Blue) = 80+90+134=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #505A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A86 is #AFA579. Grayscale: #5B5B5B. Windows color (decimal): -11511162 or 8804944. OLE color: 8804944.

HSL color Cylindrical-coordinate representation of color #505A86: hue angle of 228.89º 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 #505A86 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 90 134 -
CMYK 0.40 0.33 0 0.47
HSL 228.89º 0.25% 0.42% -
HSV(B) 228.89º 0.4% 0.53% -
XYZ 11.27 10.74 24.03 -
YUV 92.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 80 90 134 0.40 0.33 0 0.47 228.89 0.25 0.42
Hex 50 5A 86 28 21 0 2F E5 19 2A
Octal 120 132 206 50 41 0 57 345 31 52
Binary 1010000 1011010 10000110 101000 100001 0 101111 11100101 11001 101010

Color Harmonies of #505A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A86

Black with #505A86

Text Example


Text Example

White with #505A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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