Html Css Color HEX #5D938A Patina

📋 copy color: '#5D938A'

red 93 ◦ green 147 ◦ blue 138

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

Shades of Patina #5D938A

Tints of Patina #5D938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 24.6%
G = 38.89%
B = 36.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#5D938A (or 0x5D938A) is known color: Patina. HEX triplet: 5D, 93 and 8A. RGB value is (93,147,138). Sum of RGB (Red+Green+Blue) = 93+147+138=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #5D938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D938A is #A26C75. Grayscale: #818181. Windows color (decimal): -10644598 or 9081693. OLE color: 9081693.

HSL color Cylindrical-coordinate representation of color #5D938A: hue angle of 170º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D938A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 147 138 -
CMYK 0.37 0 0.06 0.42
HSL 170º 0.23% 0.47% -
HSV(B) 170º 0.37% 0.58% -
XYZ 19.54 25.03 27.85 -
YUV 129.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 93 147 138 0.37 0 0.06 0.42 170 0.23 0.47
Hex 5D 93 8A 25 0 6 2A AA 16 2F
Octal 135 223 212 45 0 6 52 252 26 57
Binary 1011101 10010011 10001010 100101 0 110 101010 10101010 10110 101111

Color Harmonies of #5D938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D938A

Black with #5D938A

Text Example


Text Example

White with #5D938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,147,138); }

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

background-color css

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

 a { background-color: rgb(93,147,138); }

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

border-color css

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

 span { border-color: rgb(93,147,138); }

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