Html Css Color HEX #5E938C Patina

📋 copy color: '#5E938C'

red 94 ◦ green 147 ◦ blue 140

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

Shades of Patina #5E938C

Tints of Patina #5E938C

RGB

 RED value IS 94 (37.11% from 255) = 24.67%

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

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

R = 24.67%
G = 38.58%
B = 36.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#5E938C (or 0x5E938C) is known color: Patina. HEX triplet: 5E, 93 and 8C. RGB value is (94,147,140). Sum of RGB (Red+Green+Blue) = 94+147+140=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #5E938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E938C is #A16C73. Grayscale: #828282. Windows color (decimal): -10579060 or 9212766. OLE color: 9212766.

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

Color convert

RGB 94 147 140 -
CMYK 0.36 0 0.05 0.42
HSL 172.08º 0.22% 0.47% -
HSV(B) 172.08º 0.36% 0.58% -
XYZ 19.78 25.14 28.62 -
YUV 130.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 94 147 140 0.36 0 0.05 0.42 172.08 0.22 0.47
Hex 5E 93 8C 24 0 5 2A AC 16 2F
Octal 136 223 214 44 0 5 52 254 26 57
Binary 1011110 10010011 10001100 100100 0 101 101010 10101100 10110 101111

Color Harmonies of #5E938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E938C

Black with #5E938C

Text Example


Text Example

White with #5E938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,140); }

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

background-color css

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

 a { background-color: rgb(94,147,140); }

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

border-color css

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

 span { border-color: rgb(94,147,140); }

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