#515A84

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

Shades of Chambray #515A84

Tints of Chambray #515A84

Color information

#515A84 (or 0x515A84) is unknown color: approx Chambray. HEX triplet: 51, 5A and 84. RGB value is (81,90,132). Sum of RGB (Red+Green+Blue) = 81+90+132=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #515A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A84 is #AEA57B. Grayscale: #5B5B5B. Windows color (decimal): -11445628 or 8673873. OLE color: 8673873.

HSL color Cylindrical-coordinate representation of color #515A84: hue angle of 229.41º 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 #515A84 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8190132-
CMYK0.390.3200.48
HSL229.41º23.94%41.76%-
HSV(B)229.41º38.64%51.76%-
XYZ11.2110.7323.31-
YUV92.1150.52120.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=26.73%
G=29.70%
B=43.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81901320.390.3200.48229.4123.9441.76
Hex515A842720030e5182a
Octal12113220447400603453052
Binary101000110110101000010010011110000001100001110010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A84; }

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

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

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

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

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

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

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

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