#407587

Color #407587 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #407587

Tints of Calypso #407587

Color information

#407587 (or 0x407587) is unknown color: approx Calypso. HEX triplet: 40, 75 and 87. RGB value is (64,117,135). Sum of RGB (Red+Green+Blue) = 64+117+135=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #407587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407587 is #BF8A78. Grayscale: #676767. Windows color (decimal): -12552825 or 8877376. OLE color: 8877376.

HSL color Cylindrical-coordinate representation of color #407587: hue angle of 195.21º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407587 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64117135-
CMYK0.530.1300.47
HSL195.21º35.68%39.02%-
HSV(B)195.21º52.59%52.94%-
XYZ12.8515.5625.25-
YUV103.2145.94100.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=20.25%
G=37.03%
B=42.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641171350.530.1300.47195.2135.6839.02
Hex40758735D02Fc32427
Octal10016520765150573034447
Binary10000001110101100001111101011101010111111000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407587; }

 p { color: rgb(64,117,135); }

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

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

 a { background-color: rgb(64,117,135); }

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

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

 span { border-color: rgb(64,117,135); }

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