Html Css Color HEX #515882 Chambray

📋 copy color: '#515882'

red 81 ◦ green 88 ◦ blue 130

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

Shades of Chambray #515882

Tints of Chambray #515882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 27.09%
G = 29.43%
B = 43.48%

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

#515882 (or 0x515882) is known color: Chambray. HEX triplet: 51, 58 and 82. RGB value is (81,88,130). Sum of RGB (Red+Green+Blue) = 81+88+130=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #515882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515882 is #AEA77D. Grayscale: #5A5A5A. Windows color (decimal): -11446142 or 8542289. OLE color: 8542289.

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

Color convert

RGB 81 88 130 -
CMYK 0.38 0.32 0 0.49
HSL 231.43º 0.23% 0.41% -
HSV(B) 231.43º 0.38% 0.51% -
XYZ 10.91 10.34 22.54 -
YUV 90.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 81 88 130 0.38 0.32 0 0.49 231.43 0.23 0.41
Hex 51 58 82 26 20 0 31 E7 17 29
Octal 121 130 202 46 40 0 61 347 27 51
Binary 1010001 1011000 10000010 100110 100000 0 110001 11100111 10111 101001

Color Harmonies of #515882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515882

Black with #515882

Text Example


Text Example

White with #515882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515882; }

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

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

background-color css

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

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

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

border-color css

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

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

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