#428283

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

Shades of Paradiso #428283

Tints of Paradiso #428283

Color information

#428283 (or 0x428283) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 83. RGB value is (66,130,131). Sum of RGB (Red+Green+Blue) = 66+130+131=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #428283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428283 is #BD7D7C. Grayscale: #6E6E6E. Windows color (decimal): -12418429 or 8618562. OLE color: 8618562.

HSL color Cylindrical-coordinate representation of color #428283: hue angle of 180.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428283 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66130131-
CMYK0.500.0100.49
HSL180.92º32.99%38.63%-
HSV(B)180.92º49.62%51.37%-
XYZ14.3318.7624.34-
YUV110.98139.395.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=20.18%
G=39.76%
B=40.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661301310.500.0100.49180.9232.9938.63
Hex428283321031b52127
Octal1022022036210612654147
Binary100001010000010100000111100101011000110110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428283; }

 p { color: rgb(66,130,131); }

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

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

 a { background-color: rgb(66,130,131); }

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

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

 span { border-color: rgb(66,130,131); }

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