Html Css Color HEX #589283 Patina

📋 copy color: '#589283'

red 88 ◦ green 146 ◦ blue 131

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

Shades of Patina #589283

Tints of Patina #589283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 24.11%
G = 40%
B = 35.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#589283 (or 0x589283) is known color: Patina. HEX triplet: 58, 92 and 83. RGB value is (88,146,131). Sum of RGB (Red+Green+Blue) = 88+146+131=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #589283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589283 is #A76D7C. Grayscale: #7E7E7E. Windows color (decimal): -10972541 or 8622680. OLE color: 8622680.

HSL color Cylindrical-coordinate representation of color #589283: hue angle of 164.48º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589283 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 146 131 -
CMYK 0.40 0 0.10 0.43
HSL 164.48º 0.25% 0.46% -
HSV(B) 164.48º 0.4% 0.57% -
XYZ 18.4 24.27 25.19 -
YUV 126.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 88 146 131 0.40 0 0.10 0.43 164.48 0.25 0.46
Hex 58 92 83 28 0 A 2B A4 19 2E
Octal 130 222 203 50 0 12 53 244 31 56
Binary 1011000 10010010 10000011 101000 0 1010 101011 10100100 11001 101110

Color Harmonies of #589283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589283

Black with #589283

Text Example


Text Example

White with #589283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589283; }

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

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

background-color css

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

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

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

border-color css

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

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

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