#417588

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

Shades of Calypso #417588

Tints of Calypso #417588

Color information

#417588 (or 0x417588) is unknown color: approx Calypso. HEX triplet: 41, 75 and 88. RGB value is (65,117,136). Sum of RGB (Red+Green+Blue) = 65+117+136=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #417588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417588 is #BE8A77. Grayscale: #676767. Windows color (decimal): -12487288 or 8942913. OLE color: 8942913.

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

Color convert

RGB65117136-
CMYK0.520.1400.47
HSL196.06º35.32%39.41%-
HSV(B)196.06º52.21%53.33%-
XYZ12.9915.6225.62-
YUV103.62146.27100.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=20.44%
G=36.79%
B=42.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651171360.520.1400.47196.0635.3239.41
Hex41758834E02Fc42327
Octal10116521064160573044347
Binary10000011110101100010001101001110010111111000100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417588; }

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

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

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

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

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

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

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

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