Html Css Color HEX #505681 Chambray

📋 copy color: '#505681'

red 80 ◦ green 86 ◦ blue 129

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

Shades of Chambray #505681

Tints of Chambray #505681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 27.12%
G = 29.15%
B = 43.73%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#505681 (or 0x505681) is known color: Chambray. HEX triplet: 50, 56 and 81. RGB value is (80,86,129). Sum of RGB (Red+Green+Blue) = 80+86+129=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #505681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505681 is #AFA97E. Grayscale: #585858. Windows color (decimal): -11512191 or 8476240. OLE color: 8476240.

HSL color Cylindrical-coordinate representation of color #505681: hue angle of 232.65º degrees, saturation: 0.23, 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 #505681 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 86 129 -
CMYK 0.38 0.33 0 0.49
HSL 232.65º 0.23% 0.41% -
HSV(B) 232.65º 0.38% 0.51% -
XYZ 10.6 9.95 22.13 -
YUV 89.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 80 86 129 0.38 0.33 0 0.49 232.65 0.23 0.41
Hex 50 56 81 26 21 0 31 E9 17 29
Octal 120 126 201 46 41 0 61 351 27 51
Binary 1010000 1010110 10000001 100110 100001 0 110001 11101001 10111 101001

Color Harmonies of #505681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505681

Black with #505681

Text Example


Text Example

White with #505681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505681; }

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

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

background-color css

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

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

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

border-color css

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

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

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