Html Css Color HEX #428885 Paradiso

📋 copy color: '#428885'

red 66 ◦ green 136 ◦ blue 133

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

Shades of Paradiso #428885

Tints of Paradiso #428885

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 66 136 133 -
CMYK 0.51 0 0.02 0.47
HSL 177.43º 0.35% 0.4% -
HSV(B) 177.43º 0.51% 0.53% -
XYZ 15.28 20.46 25.33 -
YUV 114.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 66 136 133 0.51 0 0.02 0.47 177.43 0.35 0.4
Hex 42 88 85 33 0 2 2F B1 23 28
Octal 102 210 205 63 0 2 57 261 43 50
Binary 1000010 10001000 10000101 110011 0 10 101111 10110001 100011 101000

Color Harmonies of #428885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428885

Black with #428885

Text Example


Text Example

White with #428885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428885; }

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

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

background-color css

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

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

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

border-color css

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

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

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