#40535D

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

Shades of San Juan #40535D

Tints of San Juan #40535D

Color information

#40535D (or 0x40535D) is unknown color: approx San Juan. HEX triplet: 40, 53 and 5D. RGB value is (64,83,93). Sum of RGB (Red+Green+Blue) = 64+83+93=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #40535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535D is #BFACA2. Grayscale: #4E4E4E. Windows color (decimal): -12561571 or 6116160. OLE color: 6116160.

HSL color Cylindrical-coordinate representation of color #40535D: hue angle of 200.69º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40535D is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648393-
CMYK0.310.1100.64
HSL200.69º18.47%30.78%-
HSV(B)200.69º31.18%36.47%-
XYZ7.188.0711.53-
YUV78.46136.21117.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=26.67%
G=34.58%
B=38.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6483930.310.1100.64200.6918.4730.78
Hex40535D1FB040c9121f
Octal100123135371301003112237
Binary10000001010011101110111111101101000000110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40535D; }

 p { color: rgb(64,83,93); }

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

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

 a { background-color: rgb(64,83,93); }

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

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

 span { border-color: rgb(64,83,93); }

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