Html Css Color HEX #428582 Paradiso

📋 copy color: '#428582'

red 66 ◦ green 133 ◦ blue 130

#428582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #428582

Tints of Paradiso #428582

RGB

 RED value IS 66 (26.17% from 255) = 20.06%

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 20.06%
G = 40.43%
B = 39.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#428582 (or 0x428582) is known color: Paradiso. HEX triplet: 42, 85 and 82. RGB value is (66,133,130). Sum of RGB (Red+Green+Blue) = 66+133+130=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #428582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428582 is #BD7A7D. Grayscale: #707070. Windows color (decimal): -12417662 or 8553794. OLE color: 8553794.

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

Color convert

RGB 66 133 130 -
CMYK 0.50 0 0.02 0.48
HSL 177.31º 0.34% 0.39% -
HSV(B) 177.31º 0.5% 0.52% -
XYZ 14.66 19.55 24.12 -
YUV 112.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 66 133 130 0.50 0 0.02 0.48 177.31 0.34 0.39
Hex 42 85 82 32 0 2 30 B1 22 27
Octal 102 205 202 62 0 2 60 261 42 47
Binary 1000010 10000101 10000010 110010 0 10 110000 10110001 100010 100111

Color Harmonies of #428582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428582

Black with #428582

Text Example


Text Example

White with #428582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428582; }

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

 H1.HeaderClassName
 {
   color: #428582;
 }
 .AnyTagClassName
 {
   color: #428582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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