#515883

Color #515883 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #515883

Tints of Chambray #515883

Color information

#515883 (or 0x515883) is unknown color: approx Chambray. HEX triplet: 51, 58 and 83. RGB value is (81,88,131). Sum of RGB (Red+Green+Blue) = 81+88+131=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #515883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515883 is #AEA77C. Grayscale: #5A5A5A. Windows color (decimal): -11446141 or 8607825. OLE color: 8607825.

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

Color convert

RGB8188131-
CMYK0.380.3300.49
HSL231.6º23.58%41.57%-
HSV(B)231.6º38.17%51.37%-
XYZ10.9810.3722.9-
YUV90.81150.68121-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=27%
G=29.33%
B=43.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81881310.380.3300.49231.623.5841.57
Hex5158832621031e8182a
Octal12113020346410613503052
Binary101000110110001000001110011010000101100011110100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515883; }

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

 H1.HeaderClassName
 {
   color: #515883;
 }
 .AnyTagClassName
 {
   color: #515883;
 }
</style>
background-color css

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

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

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

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

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

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