Html Css Color HEX #599B8F Patina

📋 copy color: '#599B8F'

red 89 ◦ green 155 ◦ blue 143

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

Shades of Patina #599B8F

Tints of Patina #599B8F

RGB

 RED value IS 89 (35.16% from 255) = 23%

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

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

R = 23%
G = 40.05%
B = 36.95%

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

#599B8F (or 0x599B8F) is known color: Patina. HEX triplet: 59, 9B and 8F. RGB value is (89,155,143). Sum of RGB (Red+Green+Blue) = 89+155+143=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #599B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B8F is #A66470. Grayscale: #858585. Windows color (decimal): -10904689 or 9411417. OLE color: 9411417.

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

Color convert

RGB 89 155 143 -
CMYK 0.43 0 0.08 0.39
HSL 169.09º 0.27% 0.48% -
HSV(B) 169.09º 0.43% 0.61% -
XYZ 20.8 27.55 30.21 -
YUV 133.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 89 155 143 0.43 0 0.08 0.39 169.09 0.27 0.48
Hex 59 9B 8F 2B 0 8 27 A9 1B 30
Octal 131 233 217 53 0 10 47 251 33 60
Binary 1011001 10011011 10001111 101011 0 1000 100111 10101001 11011 110000

Color Harmonies of #599B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B8F

Black with #599B8F

Text Example


Text Example

White with #599B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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