Html Css Color HEX #408580 Paradiso

📋 copy color: '#408580'

red 64 ◦ green 133 ◦ blue 128

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

Shades of Paradiso #408580

Tints of Paradiso #408580

RGB

 RED value IS 64 (25.39% from 255) = 19.69%

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 19.69%
G = 40.92%
B = 39.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#408580 (or 0x408580) is known color: Paradiso. HEX triplet: 40, 85 and 80. RGB value is (64,133,128). Sum of RGB (Red+Green+Blue) = 64+133+128=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #408580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408580 is #BF7A7F. Grayscale: #6F6F6F. Windows color (decimal): -12548736 or 8422720. OLE color: 8422720.

HSL color Cylindrical-coordinate representation of color #408580: hue angle of 175.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408580 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 128 -
CMYK 0.52 0 0.04 0.48
HSL 175.65º 0.35% 0.39% -
HSV(B) 175.65º 0.52% 0.52% -
XYZ 14.4 19.42 23.41 -
YUV 111.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 64 133 128 0.52 0 0.04 0.48 175.65 0.35 0.39
Hex 40 85 80 34 0 4 30 B0 23 27
Octal 100 205 200 64 0 4 60 260 43 47
Binary 1000000 10000101 10000000 110100 0 100 110000 10110000 100011 100111

Color Harmonies of #408580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408580

Black with #408580

Text Example


Text Example

White with #408580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408580; }

 p { color: rgb(64,133,128); }

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

background-color css

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

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

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

border-color css

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

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

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