Html Css Color HEX #589483 Patina

📋 copy color: '#589483'

red 88 ◦ green 148 ◦ blue 131

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

Shades of Patina #589483

Tints of Patina #589483

RGB

 RED value IS 88 (34.77% from 255) = 23.98%

 GREEN value IS 148 (58.2% from 255) = 40.33%

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 23.98%
G = 40.33%
B = 35.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#589483 (or 0x589483) is known color: Patina. HEX triplet: 58, 94 and 83. RGB value is (88,148,131). Sum of RGB (Red+Green+Blue) = 88+148+131=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #589483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589483 is #A76B7C. Grayscale: #808080. Windows color (decimal): -10972029 or 8623192. OLE color: 8623192.

HSL color Cylindrical-coordinate representation of color #589483: hue angle of 163º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589483 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 131 -
CMYK 0.41 0 0.11 0.42
HSL 163º 0.25% 0.46% -
HSV(B) 163º 0.41% 0.58% -
XYZ 18.71 24.89 25.29 -
YUV 128.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 88 148 131 0.41 0 0.11 0.42 163 0.25 0.46
Hex 58 94 83 29 0 B 2A A3 19 2E
Octal 130 224 203 51 0 13 52 243 31 56
Binary 1011000 10010100 10000011 101001 0 1011 101010 10100011 11001 101110

Color Harmonies of #589483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589483

Black with #589483

Text Example


Text Example

White with #589483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589483; }

 p { color: rgb(88,148,131); }

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

background-color css

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

 a { background-color: rgb(88,148,131); }

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

border-color css

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

 span { border-color: rgb(88,148,131); }

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