Html Css Color HEX #589883 Patina

📋 copy color: '#589883'

red 88 ◦ green 152 ◦ blue 131

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

Shades of Patina #589883

Tints of Patina #589883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.97%

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

R = 23.72%
G = 40.97%
B = 35.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#589883 (or 0x589883) is known color: Patina. HEX triplet: 58, 98 and 83. RGB value is (88,152,131). Sum of RGB (Red+Green+Blue) = 88+152+131=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #589883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589883 is #A7677C. Grayscale: #828282. Windows color (decimal): -10971005 or 8624216. OLE color: 8624216.

HSL color Cylindrical-coordinate representation of color #589883: hue angle of 160.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589883 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 131 -
CMYK 0.42 0 0.14 0.40
HSL 160.31º 0.27% 0.47% -
HSV(B) 160.31º 0.42% 0.6% -
XYZ 19.35 26.17 25.5 -
YUV 130.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 88 152 131 0.42 0 0.14 0.40 160.31 0.27 0.47
Hex 58 98 83 2A 0 E 28 A0 1B 2F
Octal 130 230 203 52 0 16 50 240 33 57
Binary 1011000 10011000 10000011 101010 0 1110 101000 10100000 11011 101111

Color Harmonies of #589883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589883

Black with #589883

Text Example


Text Example

White with #589883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589883; }

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

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

background-color css

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

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

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

border-color css

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

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

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