#457583

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

Shades of Calypso #457583

Tints of Calypso #457583

Color information

#457583 (or 0x457583) is unknown color: approx Calypso. HEX triplet: 45, 75 and 83. RGB value is (69,117,131). Sum of RGB (Red+Green+Blue) = 69+117+131=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #457583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457583 is #BA8A7C. Grayscale: #686868. Windows color (decimal): -12225149 or 8615237. OLE color: 8615237.

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

Color convert

RGB69117131-
CMYK0.470.1100.49
HSL193.55º31%39.22%-
HSV(B)193.55º47.33%51.37%-
XYZ12.9115.6323.81-
YUV104.24143.1102.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=21.77%
G=36.91%
B=41.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691171310.470.1100.49193.553139.22
Hex4575832FB031c21f27
Octal10516520357130613023747
Binary1000101111010110000011101111101101100011100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457583; }

 p { color: rgb(69,117,131); }

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

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

 a { background-color: rgb(69,117,131); }

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

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

 span { border-color: rgb(69,117,131); }

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