#40535C

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

Shades of San Juan #40535C

Tints of San Juan #40535C

Color information

#40535C (or 0x40535C) is unknown color: approx San Juan. HEX triplet: 40, 53 and 5C. RGB value is (64,83,92). Sum of RGB (Red+Green+Blue) = 64+83+92=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #40535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40535C is #BFACA3. Grayscale: #4E4E4E. Windows color (decimal): -12561572 or 6050624. OLE color: 6050624.

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

Color convert

RGB648392-
CMYK0.300.1000.64
HSL199.29º17.95%30.59%-
HSV(B)199.29º30.43%36.08%-
XYZ7.148.0511.3-
YUV78.34135.71117.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=26.78%
G=34.73%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6483920.300.1000.64199.2917.9530.59
Hex40535C1EA040c7121f
Octal100123134361201003072237
Binary10000001010011101110011110101001000000110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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