Html Css Color HEX #428087 Paradiso

📋 copy color: '#428087'

red 66 ◦ green 128 ◦ blue 135

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

Shades of Paradiso #428087

Tints of Paradiso #428087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 20.06%
G = 38.91%
B = 41.03%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428087 (or 0x428087) is known color: Paradiso. HEX triplet: 42, 80 and 87. RGB value is (66,128,135). Sum of RGB (Red+Green+Blue) = 66+128+135=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #428087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428087 is #BD7F78. Grayscale: #6E6E6E. Windows color (decimal): -12418937 or 8880194. OLE color: 8880194.

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

Color convert

RGB 66 128 135 -
CMYK 0.51 0.05 0 0.47
HSL 186.09º 0.34% 0.39% -
HSV(B) 186.09º 0.51% 0.53% -
XYZ 14.34 18.35 25.71 -
YUV 110.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 66 128 135 0.51 0.05 0 0.47 186.09 0.34 0.39
Hex 42 80 87 33 5 0 2F BA 22 27
Octal 102 200 207 63 5 0 57 272 42 47
Binary 1000010 10000000 10000111 110011 101 0 101111 10111010 100010 100111

Color Harmonies of #428087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428087

Black with #428087

Text Example


Text Example

White with #428087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428087; }

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

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

background-color css

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

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

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

border-color css

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

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

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