Html Css Color HEX #515982 Chambray

📋 copy color: '#515982'

red 81 ◦ green 89 ◦ blue 130

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

Shades of Chambray #515982

Tints of Chambray #515982

RGB

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

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

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

R = 27%
G = 29.67%
B = 43.33%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515982 (or 0x515982) is known color: Chambray. HEX triplet: 51, 59 and 82. RGB value is (81,89,130). Sum of RGB (Red+Green+Blue) = 81+89+130=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #515982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515982 is #AEA67D. Grayscale: #5B5B5B. Windows color (decimal): -11445886 or 8542545. OLE color: 8542545.

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

Color convert

RGB 81 89 130 -
CMYK 0.38 0.32 0 0.49
HSL 230.2º 0.23% 0.41% -
HSV(B) 230.2º 0.38% 0.51% -
XYZ 10.99 10.51 22.57 -
YUV 91.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 81 89 130 0.38 0.32 0 0.49 230.2 0.23 0.41
Hex 51 59 82 26 20 0 31 E6 17 29
Octal 121 131 202 46 40 0 61 346 27 51
Binary 1010001 1011001 10000010 100110 100000 0 110001 11100110 10111 101001

Color Harmonies of #515982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515982

Black with #515982

Text Example


Text Example

White with #515982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515982; }

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

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

background-color css

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

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

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

border-color css

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

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

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