#458583

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

Shades of Paradiso #458583

Tints of Paradiso #458583

Color information

#458583 (or 0x458583) is unknown color: approx Paradiso. HEX triplet: 45, 85 and 83. RGB value is (69,133,131). Sum of RGB (Red+Green+Blue) = 69+133+131=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #458583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458583 is #BA7A7C. Grayscale: #717171. Windows color (decimal): -12221053 or 8619333. OLE color: 8619333.

HSL color Cylindrical-coordinate representation of color #458583: hue angle of 178.12º 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 #458583 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB69133131-
CMYK0.4800.020.48
HSL178.12º31.68%39.61%-
HSV(B)178.12º48.12%52.16%-
XYZ14.9419.6824.48-
YUV113.64137.896.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=20.72%
G=39.94%
B=39.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331310.4800.020.48178.1231.6839.61
Hex458583300230b22028
Octal1052052036002602624050
Binary1000101100001011000001111000001011000010110010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458583; }

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

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

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

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

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

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

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

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