#428580

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

Shades of Paradiso #428580

Tints of Paradiso #428580

Color information

#428580 (or 0x428580) is unknown color: approx Paradiso. HEX triplet: 42, 85 and 80. RGB value is (66,133,128). Sum of RGB (Red+Green+Blue) = 66+133+128=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #428580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428580 is #BD7A7F. Grayscale: #707070. Windows color (decimal): -12417664 or 8422722. OLE color: 8422722.

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

Color convert

RGB66133128-
CMYK0.5000.040.48
HSL175.52º33.67%39.02%-
HSV(B)175.52º50.38%52.16%-
XYZ14.5319.4923.42-
YUV112.4136.894.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=20.18%
G=40.67%
B=39.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331280.5000.040.48175.5233.6739.02
Hex428580320430b02227
Octal1022052006204602604247
Binary10000101000010110000000110010010011000010110000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428580; }

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

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

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

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

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

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

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

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