#428589

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

Shades of Paradiso #428589

Tints of Paradiso #428589

Color information

#428589 (or 0x428589) is unknown color: approx Paradiso. HEX triplet: 42, 85 and 89. RGB value is (66,133,137). Sum of RGB (Red+Green+Blue) = 66+133+137=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #428589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428589 is #BD7A76. Grayscale: #717171. Windows color (decimal): -12417655 or 9012546. OLE color: 9012546.

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

Color convert

RGB66133137-
CMYK0.520.0300.46
HSL183.38º34.98%39.8%-
HSV(B)183.38º51.82%53.73%-
XYZ15.1519.7426.68-
YUV113.42141.394.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=19.64%
G=39.58%
B=40.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661331370.520.0300.46183.3834.9839.8
Hex42858934302Eb72328
Octal1022052116430562674350
Binary1000010100001011000100111010011010111010110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428589; }

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

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

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

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

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

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

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

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