Html Css Color HEX #515979 Chambray

📋 copy color: '#515979'

red 81 ◦ green 89 ◦ blue 121

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

Shades of Chambray #515979

Tints of Chambray #515979

RGB

 RED value IS 81 (32.03% from 255) = 27.84%

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 27.84%
G = 30.58%
B = 41.58%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515979 (or 0x515979) is known color: Chambray. HEX triplet: 51, 59 and 79. RGB value is (81,89,121). Sum of RGB (Red+Green+Blue) = 81+89+121=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #515979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515979 is #AEA686. Grayscale: #5A5A5A. Windows color (decimal): -11445895 or 7952721. OLE color: 7952721.

HSL color Cylindrical-coordinate representation of color #515979: hue angle of 228º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515979 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 89 121 -
CMYK 0.33 0.26 0 0.53
HSL 228º 0.2% 0.4% -
HSV(B) 228º 0.33% 0.47% -
XYZ 10.42 10.27 19.52 -
YUV 90.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 81 89 121 0.33 0.26 0 0.53 228 0.2 0.4
Hex 51 59 79 21 1A 0 35 E4 14 28
Octal 121 131 171 41 32 0 65 344 24 50
Binary 1010001 1011001 1111001 100001 11010 0 110101 11100100 10100 101000

Color Harmonies of #515979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515979

Black with #515979

Text Example


Text Example

White with #515979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515979; }

 p { color: rgb(81,89,121); }

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

background-color css

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

 a { background-color: rgb(81,89,121); }

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

border-color css

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

 span { border-color: rgb(81,89,121); }

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