Html Css Color HEX #515978 Chambray

📋 copy color: '#515978'

red 81 ◦ green 89 ◦ blue 120

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

Shades of Chambray #515978

Tints of Chambray #515978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 27.93%
G = 30.69%
B = 41.38%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515978 (or 0x515978) is known color: Chambray. HEX triplet: 51, 59 and 78. RGB value is (81,89,120). Sum of RGB (Red+Green+Blue) = 81+89+120=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #515978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515978 is #AEA687. Grayscale: #5A5A5A. Windows color (decimal): -11445896 or 7887185. OLE color: 7887185.

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

Color convert

RGB 81 89 120 -
CMYK 0.32 0.26 0 0.53
HSL 227.69º 0.19% 0.39% -
HSV(B) 227.69º 0.33% 0.47% -
XYZ 10.36 10.25 19.2 -
YUV 90.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 81 89 120 0.32 0.26 0 0.53 227.69 0.19 0.39
Hex 51 59 78 20 1A 0 35 E4 13 27
Octal 121 131 170 40 32 0 65 344 23 47
Binary 1010001 1011001 1111000 100000 11010 0 110101 11100100 10011 100111

Color Harmonies of #515978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515978

Black with #515978

Text Example


Text Example

White with #515978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515978; }

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

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

background-color css

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

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

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

border-color css

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

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

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