#458585

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

Shades of Paradiso #458585

Tints of Paradiso #458585

Color information

#458585 (or 0x458585) is unknown color: approx Paradiso. HEX triplet: 45, 85 and 85. RGB value is (69,133,133). Sum of RGB (Red+Green+Blue) = 69+133+133=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #458585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458585 is #BA7A7A. Grayscale: #717171. Windows color (decimal): -12221051 or 8750405. OLE color: 8750405.

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

Color convert

RGB69133133-
CMYK0.48000.48
HSL180º31.68%39.61%-
HSV(B)180º48.12%52.16%-
XYZ15.0819.7325.2-
YUV113.86138.896-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=20.60%
G=39.70%
B=39.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331330.48000.4818031.6839.61
Hex458585300030b42028
Octal1052052056000602644050
Binary100010110000101100001011100000011000010110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458585; }

 p { color: rgb(69,133,133); }

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

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

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

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

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

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

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