#40515B

Color #40515B San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #40515B

Tints of San Juan #40515B

Color information

#40515B (or 0x40515B) is unknown color: approx San Juan. HEX triplet: 40, 51 and 5B. RGB value is (64,81,91). Sum of RGB (Red+Green+Blue) = 64+81+91=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #40515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515B is #BFAEA4. Grayscale: #4D4D4D. Windows color (decimal): -12562085 or 5984576. OLE color: 5984576.

HSL color Cylindrical-coordinate representation of color #40515B: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40515B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648191-
CMYK0.300.1100.64
HSL202.22º17.42%30.39%-
HSV(B)202.22º29.67%35.69%-
XYZ6.957.7311.02-
YUV77.06135.87118.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=27.12%
G=34.32%
B=38.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6481910.300.1100.64202.2217.4230.39
Hex40515B1EB040ca111e
Octal100121133361301003122136
Binary10000001010001101101111110101101000000110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40515B; }

 p { color: rgb(64,81,91); }

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

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

 a { background-color: rgb(64,81,91); }

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

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

 span { border-color: rgb(64,81,91); }

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