Html Css Color HEX #589B8C Patina

📋 copy color: '#589B8C'

red 88 ◦ green 155 ◦ blue 140

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

Shades of Patina #589B8C

Tints of Patina #589B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 22.98%
G = 40.47%
B = 36.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#589B8C (or 0x589B8C) is known color: Patina. HEX triplet: 58, 9B and 8C. RGB value is (88,155,140). Sum of RGB (Red+Green+Blue) = 88+155+140=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #589B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B8C is #A76473. Grayscale: #858585. Windows color (decimal): -10970228 or 9214808. OLE color: 9214808.

HSL color Cylindrical-coordinate representation of color #589B8C: hue angle of 166.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B8C is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 155 140 -
CMYK 0.43 0 0.10 0.39
HSL 166.57º 0.28% 0.48% -
HSV(B) 166.57º 0.43% 0.61% -
XYZ 20.48 27.41 29.02 -
YUV 133.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 88 155 140 0.43 0 0.10 0.39 166.57 0.28 0.48
Hex 58 9B 8C 2B 0 A 27 A7 1C 30
Octal 130 233 214 53 0 12 47 247 34 60
Binary 1011000 10011011 10001100 101011 0 1010 100111 10100111 11100 110000

Color Harmonies of #589B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589B8C

Black with #589B8C

Text Example


Text Example

White with #589B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589B8C; }

 p { color: rgb(88,155,140); }

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

background-color css

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

 a { background-color: rgb(88,155,140); }

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

border-color css

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

 span { border-color: rgb(88,155,140); }

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