Html Css Color HEX #5D9E8F Patina

📋 copy color: '#5D9E8F'

red 93 ◦ green 158 ◦ blue 143

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

Shades of Patina #5D9E8F

Tints of Patina #5D9E8F

RGB

 RED value IS 93 (36.72% from 255) = 23.6%

 GREEN value IS 158 (62.11% from 255) = 40.1%

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

R = 23.6%
G = 40.1%
B = 36.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#5D9E8F (or 0x5D9E8F) is known color: Patina. HEX triplet: 5D, 9E and 8F. RGB value is (93,158,143). Sum of RGB (Red+Green+Blue) = 93+158+143=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #5D9E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9E8F is #A26170. Grayscale: #888888. Windows color (decimal): -10641777 or 9412189. OLE color: 9412189.

HSL color Cylindrical-coordinate representation of color #5D9E8F: hue angle of 166.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D9E8F is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 158 143 -
CMYK 0.41 0 0.09 0.38
HSL 166.15º 0.26% 0.49% -
HSV(B) 166.15º 0.41% 0.62% -
XYZ 21.7 28.76 30.39 -
YUV 136.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 93 158 143 0.41 0 0.09 0.38 166.15 0.26 0.49
Hex 5D 9E 8F 29 0 9 26 A6 1A 31
Octal 135 236 217 51 0 11 46 246 32 61
Binary 1011101 10011110 10001111 101001 0 1001 100110 10100110 11010 110001

Color Harmonies of #5D9E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9E8F

Black with #5D9E8F

Text Example


Text Example

White with #5D9E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D9E8F; }

 p { color: rgb(93,158,143); }

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

background-color css

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

 a { background-color: rgb(93,158,143); }

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

border-color css

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

 span { border-color: rgb(93,158,143); }

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