Html Css Color HEX #428585 Paradiso

📋 copy color: '#428585'

red 66 ◦ green 133 ◦ blue 133

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

Shades of Paradiso #428585

Tints of Paradiso #428585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 19.88%
G = 40.06%
B = 40.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#428585 (or 0x428585) is known color: Paradiso. HEX triplet: 42, 85 and 85. RGB value is (66,133,133). Sum of RGB (Red+Green+Blue) = 66+133+133=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #428585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428585 is #BD7A7A. Grayscale: #707070. Windows color (decimal): -12417659 or 8750402. OLE color: 8750402.

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

Color convert

RGB 66 133 133 -
CMYK 0.50 0 0 0.48
HSL 180º 0.34% 0.39% -
HSV(B) 180º 0.5% 0.52% -
XYZ 14.87 19.63 25.2 -
YUV 112.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 66 133 133 0.50 0 0 0.48 180 0.34 0.39
Hex 42 85 85 32 0 0 30 B4 22 27
Octal 102 205 205 62 0 0 60 264 42 47
Binary 1000010 10000101 10000101 110010 0 0 110000 10110100 100010 100111

Color Harmonies of #428585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428585

Black with #428585

Text Example


Text Example

White with #428585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428585; }

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

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

background-color css

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

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

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

border-color css

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

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

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