#417584

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

Shades of Calypso #417584

Tints of Calypso #417584

Color information

#417584 (or 0x417584) is unknown color: approx Calypso. HEX triplet: 41, 75 and 84. RGB value is (65,117,132). Sum of RGB (Red+Green+Blue) = 65+117+132=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #417584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417584 is #BE8A7B. Grayscale: #676767. Windows color (decimal): -12487292 or 8680769. OLE color: 8680769.

HSL color Cylindrical-coordinate representation of color #417584: hue angle of 193.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417584 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB65117132-
CMYK0.510.1100.48
HSL193.43º34.01%38.63%-
HSV(B)193.43º50.76%51.76%-
XYZ12.7115.5124.15-
YUV103.16144.27100.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=20.70%
G=37.26%
B=42.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651171320.510.1100.48193.4334.0138.63
Hex41758433B030c12227
Octal10116520463130603014247
Binary10000011110101100001001100111011011000011000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417584; }

 p { color: rgb(65,117,132); }

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

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

 a { background-color: rgb(65,117,132); }

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

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

 span { border-color: rgb(65,117,132); }

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