#40565F

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

Shades of San Juan #40565F

Tints of San Juan #40565F

Color information

#40565F (or 0x40565F) is unknown color: approx San Juan. HEX triplet: 40, 56 and 5F. RGB value is (64,86,95). Sum of RGB (Red+Green+Blue) = 64+86+95=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #40565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40565F is #BFA9A0. Grayscale: #505050. Windows color (decimal): -12560801 or 6248000. OLE color: 6248000.

HSL color Cylindrical-coordinate representation of color #40565F: hue angle of 197.42º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40565F is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648695-
CMYK0.330.0900.63
HSL197.42º19.5%31.18%-
HSV(B)197.42º32.63%37.25%-
XYZ7.518.5712.09-
YUV80.45136.21116.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=26.12%
G=35.10%
B=38.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6486950.330.0900.63197.4219.531.18
Hex40565F21903Fc5131f
Octal10012613741110773052337
Binary10000001010110101111110000110010111111110001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40565F; }

 p { color: rgb(64,86,95); }

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

<style>
 a { background-color: #40565F; }

 a { background-color: rgb(64,86,95); }

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

<style>
 span { border-color: #40565F; }

 span { border-color: rgb(64,86,95); }

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