Html Css Color HEX #428588 Paradiso

📋 copy color: '#428588'

red 66 ◦ green 133 ◦ blue 136

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

Shades of Paradiso #428588

Tints of Paradiso #428588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 19.7%
G = 39.7%
B = 40.6%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#428588 (or 0x428588) is known color: Paradiso. HEX triplet: 42, 85 and 88. RGB value is (66,133,136). Sum of RGB (Red+Green+Blue) = 66+133+136=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #428588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428588 is #BD7A77. Grayscale: #717171. Windows color (decimal): -12417656 or 8947010. OLE color: 8947010.

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

Color convert

RGB 66 133 136 -
CMYK 0.51 0.02 0 0.47
HSL 182.57º 0.35% 0.4% -
HSV(B) 182.57º 0.51% 0.53% -
XYZ 15.08 19.71 26.3 -
YUV 113.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 66 133 136 0.51 0.02 0 0.47 182.57 0.35 0.4
Hex 42 85 88 33 2 0 2F B7 23 28
Octal 102 205 210 63 2 0 57 267 43 50
Binary 1000010 10000101 10001000 110011 10 0 101111 10110111 100011 101000

Color Harmonies of #428588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428588

Black with #428588

Text Example


Text Example

White with #428588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428588; }

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

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

background-color css

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

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

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

border-color css

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

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

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