#416E87

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

Shades of Calypso #416E87

Tints of Calypso #416E87

Color information

#416E87 (or 0x416E87) is unknown color: approx Calypso. HEX triplet: 41, 6E and 87. RGB value is (65,110,135). Sum of RGB (Red+Green+Blue) = 65+110+135=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #416E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416E87 is #BE9178. Grayscale: #636363. Windows color (decimal): -12489081 or 8875585. OLE color: 8875585.

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

Color convert

RGB65110135-
CMYK0.520.1900.47
HSL201.43º35%39.22%-
HSV(B)201.43º51.85%52.94%-
XYZ12.1314.0224.99-
YUV99.4148.09103.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=20.97%
G=35.48%
B=43.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651101350.520.1900.47201.433539.22
Hex416E87341302Fc92327
Octal10115620764230573114347
Binary100000111011101000011111010010011010111111001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E87; }

 p { color: rgb(65,110,135); }

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

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

 a { background-color: rgb(65,110,135); }

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

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

 span { border-color: rgb(65,110,135); }

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