Html Css Color HEX #408589 Paradiso

📋 copy color: '#408589'

red 64 ◦ green 133 ◦ blue 137

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

Shades of Paradiso #408589

Tints of Paradiso #408589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 19.16%
G = 39.82%
B = 41.02%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#408589 (or 0x408589) is known color: Paradiso. HEX triplet: 40, 85 and 89. RGB value is (64,133,137). Sum of RGB (Red+Green+Blue) = 64+133+137=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #408589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408589 is #BF7A76. Grayscale: #707070. Windows color (decimal): -12548727 or 9012544. OLE color: 9012544.

HSL color Cylindrical-coordinate representation of color #408589: hue angle of 183.29º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408589 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 133 137 -
CMYK 0.53 0.03 0 0.46
HSL 183.29º 0.36% 0.39% -
HSV(B) 183.29º 0.53% 0.54% -
XYZ 15.02 19.67 26.67 -
YUV 112.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 64 133 137 0.53 0.03 0 0.46 183.29 0.36 0.39
Hex 40 85 89 35 3 0 2E B7 24 27
Octal 100 205 211 65 3 0 56 267 44 47
Binary 1000000 10000101 10001001 110101 11 0 101110 10110111 100100 100111

Color Harmonies of #408589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408589

Black with #408589

Text Example


Text Example

White with #408589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408589; }

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

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

background-color css

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

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

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

border-color css

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

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

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