#40525D

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

Shades of San Juan #40525D

Tints of San Juan #40525D

Color information

#40525D (or 0x40525D) is unknown color: approx San Juan. HEX triplet: 40, 52 and 5D. RGB value is (64,82,93). Sum of RGB (Red+Green+Blue) = 64+82+93=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #40525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40525D is #BFADA2. Grayscale: #4D4D4D. Windows color (decimal): -12561827 or 6115904. OLE color: 6115904.

HSL color Cylindrical-coordinate representation of color #40525D: hue angle of 202.76º 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 #40525D is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648293-
CMYK0.310.1200.64
HSL202.76º18.47%30.78%-
HSV(B)202.76º31.18%36.47%-
XYZ7.117.9111.51-
YUV77.87136.54118.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=26.78%
G=34.31%
B=38.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6482930.310.1200.64202.7618.4730.78
Hex40525D1FC040cb121f
Octal100122135371401003132237
Binary10000001010010101110111111110001000000110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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