Html Css Color HEX #515984 Chambray

📋 copy color: '#515984'

red 81 ◦ green 89 ◦ blue 132

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

Shades of Chambray #515984

Tints of Chambray #515984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 26.82%
G = 29.47%
B = 43.71%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#515984 (or 0x515984) is known color: Chambray. HEX triplet: 51, 59 and 84. RGB value is (81,89,132). Sum of RGB (Red+Green+Blue) = 81+89+132=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #515984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515984 is #AEA67B. Grayscale: #5B5B5B. Windows color (decimal): -11445884 or 8673617. OLE color: 8673617.

HSL color Cylindrical-coordinate representation of color #515984: hue angle of 230.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515984 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 89 132 -
CMYK 0.39 0.33 0 0.48
HSL 230.59º 0.24% 0.42% -
HSV(B) 230.59º 0.39% 0.52% -
XYZ 11.13 10.56 23.28 -
YUV 91.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 81 89 132 0.39 0.33 0 0.48 230.59 0.24 0.42
Hex 51 59 84 27 21 0 30 E7 18 2A
Octal 121 131 204 47 41 0 60 347 30 52
Binary 1010001 1011001 10000100 100111 100001 0 110000 11100111 11000 101010

Color Harmonies of #515984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515984

Black with #515984

Text Example


Text Example

White with #515984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515984; }

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

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

background-color css

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

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

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

border-color css

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

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

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