#428588

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

Shades of Paradiso #428588

Tints of Paradiso #428588

Color information

#428588 (or 0x428588) is unknown color: approx Paradiso. HEX triplet: 42, 85 and 88. RGB value is (66,133,136). Sum of RGB (Red+Green+Blue) = 66+133+136=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #428588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428588 is #BD7A77. Grayscale: #717171. Windows color (decimal): -12417656 or 8947010. OLE color: 8947010.

HSL color Cylindrical-coordinate representation of color #428588: hue angle of 182.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428588 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66133136-
CMYK0.510.0200.47
HSL182.57º34.65%39.61%-
HSV(B)182.57º51.47%53.33%-
XYZ15.0819.7126.3-
YUV113.31140.894.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=19.70%
G=39.70%
B=40.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661331360.510.0200.47182.5734.6539.61
Hex42858833202Fb72328
Octal1022052106320572674350
Binary1000010100001011000100011001110010111110110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428588; }

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

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

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

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

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

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

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

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