Html Css Color HEX #598284 Paradiso

📋 copy color: '#598284'

red 89 ◦ green 130 ◦ blue 132

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

Shades of Paradiso #598284

Tints of Paradiso #598284

RGB

 RED value IS 89 (35.16% from 255) = 25.36%

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 25.36%
G = 37.04%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#598284 (or 0x598284) is known color: Paradiso. HEX triplet: 59, 82 and 84. RGB value is (89,130,132). Sum of RGB (Red+Green+Blue) = 89+130+132=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #598284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598284 is #A67D7B. Grayscale: #757575. Windows color (decimal): -10911100 or 8684121. OLE color: 8684121.

HSL color Cylindrical-coordinate representation of color #598284: hue angle of 182.79º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598284 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 130 132 -
CMYK 0.33 0.02 0 0.48
HSL 182.79º 0.19% 0.43% -
HSV(B) 182.79º 0.33% 0.52% -
XYZ 16.27 19.76 24.79 -
YUV 117.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 89 130 132 0.33 0.02 0 0.48 182.79 0.19 0.43
Hex 59 82 84 21 2 0 30 B7 13 2B
Octal 131 202 204 41 2 0 60 267 23 53
Binary 1011001 10000010 10000100 100001 10 0 110000 10110111 10011 101011

Color Harmonies of #598284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598284

Black with #598284

Text Example


Text Example

White with #598284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598284; }

 p { color: rgb(89,130,132); }

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

background-color css

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

 a { background-color: rgb(89,130,132); }

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

border-color css

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

 span { border-color: rgb(89,130,132); }

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