Html Css Color HEX #428084 Paradiso

📋 copy color: '#428084'

red 66 ◦ green 128 ◦ blue 132

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

Shades of Paradiso #428084

Tints of Paradiso #428084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

 BLUE value IS 132 (51.95% from 255) = 40.49%

R = 20.25%
G = 39.26%
B = 40.49%

CMYK

 C value IS 0.5

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#428084 (or 0x428084) is known color: Paradiso. HEX triplet: 42, 80 and 84. RGB value is (66,128,132). Sum of RGB (Red+Green+Blue) = 66+128+132=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #428084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428084 is #BD7F7B. Grayscale: #6D6D6D. Windows color (decimal): -12418940 or 8683586. OLE color: 8683586.

HSL color Cylindrical-coordinate representation of color #428084: hue angle of 183.64º degrees, saturation: 0.33, 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 #428084 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 128 132 -
CMYK 0.5 0.03 0 0.48
HSL 183.64º 0.33% 0.39% -
HSV(B) 183.64º 0.5% 0.52% -
XYZ 14.13 18.26 24.61 -
YUV 109.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 66 128 132 0.5 0.03 0 0.48 183.64 0.33 0.39
Hex 42 80 84 32 3 0 30 B8 21 27
Octal 102 200 204 62 3 0 60 270 41 47
Binary 1000010 10000000 10000100 110010 11 0 110000 10111000 100001 100111

Color Harmonies of #428084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428084

Black with #428084

Text Example


Text Example

White with #428084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428084; }

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

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

background-color css

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

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

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

border-color css

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

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

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