Html Css Color HEX #505682 Chambray

📋 copy color: '#505682'

red 80 ◦ green 86 ◦ blue 130

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

Shades of Chambray #505682

Tints of Chambray #505682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 27.03%
G = 29.05%
B = 43.92%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#505682 (or 0x505682) is known color: Chambray. HEX triplet: 50, 56 and 82. RGB value is (80,86,130). Sum of RGB (Red+Green+Blue) = 80+86+130=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #505682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505682 is #AFA97D. Grayscale: #595959. Windows color (decimal): -11512190 or 8541776. OLE color: 8541776.

HSL color Cylindrical-coordinate representation of color #505682: hue angle of 232.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505682 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 86 130 -
CMYK 0.38 0.34 0 0.49
HSL 232.8º 0.24% 0.41% -
HSV(B) 232.8º 0.38% 0.51% -
XYZ 10.67 9.97 22.48 -
YUV 89.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 80 86 130 0.38 0.34 0 0.49 232.8 0.24 0.41
Hex 50 56 82 26 22 0 31 E9 18 29
Octal 120 126 202 46 42 0 61 351 30 51
Binary 1010000 1010110 10000010 100110 100010 0 110001 11101001 11000 101001

Color Harmonies of #505682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505682

Black with #505682

Text Example


Text Example

White with #505682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505682; }

 p { color: rgb(80,86,130); }

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

background-color css

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

 a { background-color: rgb(80,86,130); }

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

border-color css

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

 span { border-color: rgb(80,86,130); }

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