#408580

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

Shades of Paradiso #408580

Tints of Paradiso #408580

Color information

#408580 (or 0x408580) is unknown color: approx Paradiso. HEX triplet: 40, 85 and 80. RGB value is (64,133,128). Sum of RGB (Red+Green+Blue) = 64+133+128=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #408580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408580 is #BF7A7F. Grayscale: #6F6F6F. Windows color (decimal): -12548736 or 8422720. OLE color: 8422720.

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

Color convert

RGB64133128-
CMYK0.5200.040.48
HSL175.65º35.03%38.63%-
HSV(B)175.65º51.88%52.16%-
XYZ14.419.4223.41-
YUV111.8137.1493.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=19.69%
G=40.92%
B=39.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331280.5200.040.48175.6535.0338.63
Hex408580340430b02327
Octal1002052006404602604347
Binary10000001000010110000000110100010011000010110000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408580; }

 p { color: rgb(64,133,128); }

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

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

 a { background-color: rgb(64,133,128); }

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

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

 span { border-color: rgb(64,133,128); }

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