Html Css Color HEX #589B8F Patina

📋 copy color: '#589B8F'

red 88 ◦ green 155 ◦ blue 143

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

Shades of Patina #589B8F

Tints of Patina #589B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 22.8%
G = 40.16%
B = 37.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#589B8F (or 0x589B8F) is known color: Patina. HEX triplet: 58, 9B and 8F. RGB value is (88,155,143). Sum of RGB (Red+Green+Blue) = 88+155+143=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #589B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B8F is #A76470. Grayscale: #858585. Windows color (decimal): -10970225 or 9411416. OLE color: 9411416.

HSL color Cylindrical-coordinate representation of color #589B8F: hue angle of 169.25º 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 #589B8F is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 155 143 -
CMYK 0.43 0 0.08 0.39
HSL 169.25º 0.28% 0.48% -
HSV(B) 169.25º 0.43% 0.61% -
XYZ 20.7 27.5 30.2 -
YUV 133.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 88 155 143 0.43 0 0.08 0.39 169.25 0.28 0.48
Hex 58 9B 8F 2B 0 8 27 A9 1C 30
Octal 130 233 217 53 0 10 47 251 34 60
Binary 1011000 10011011 10001111 101011 0 1000 100111 10101001 11100 110000

Color Harmonies of #589B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589B8F

Black with #589B8F

Text Example


Text Example

White with #589B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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