#40555F

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

Shades of San Juan #40555F

Tints of San Juan #40555F

Color information

#40555F (or 0x40555F) is unknown color: approx San Juan. HEX triplet: 40, 55 and 5F. RGB value is (64,85,95). Sum of RGB (Red+Green+Blue) = 64+85+95=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #40555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40555F is #BFAAA0. Grayscale: #4F4F4F. Windows color (decimal): -12561057 or 6247744. OLE color: 6247744.

HSL color Cylindrical-coordinate representation of color #40555F: hue angle of 199.35º 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 #40555F is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB648595-
CMYK0.330.1100.63
HSL199.35º19.5%31.18%-
HSV(B)199.35º32.63%37.25%-
XYZ7.438.4112.06-
YUV79.86136.54116.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=26.23%
G=34.84%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6485950.330.1100.63199.3519.531.18
Hex40555F21B03Fc7131f
Octal10012513741130773072337
Binary10000001010101101111110000110110111111110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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