#416F87

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

Shades of Calypso #416F87

Tints of Calypso #416F87

Color information

#416F87 (or 0x416F87) is unknown color: approx Calypso. HEX triplet: 41, 6F and 87. RGB value is (65,111,135). Sum of RGB (Red+Green+Blue) = 65+111+135=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #416F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416F87 is #BE9078. Grayscale: #636363. Windows color (decimal): -12488825 or 8875841. OLE color: 8875841.

HSL color Cylindrical-coordinate representation of color #416F87: hue angle of 200.57º 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 #416F87 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65111135-
CMYK0.520.1800.47
HSL200.57º35%39.22%-
HSV(B)200.57º51.85%52.94%-
XYZ12.2414.2425.03-
YUV99.98147.76103.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=20.90%
G=35.69%
B=43.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651111350.520.1800.47200.573539.22
Hex416F87341202Fc92327
Octal10115720764220573114347
Binary100000111011111000011111010010010010111111001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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