Html Css Color HEX #5E907F Patina

📋 copy color: '#5E907F'

red 94 ◦ green 144 ◦ blue 127

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

Shades of Patina #5E907F

Tints of Patina #5E907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 25.75%
G = 39.45%
B = 34.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#5E907F (or 0x5E907F) is known color: Patina. HEX triplet: 5E, 90 and 7F. RGB value is (94,144,127). Sum of RGB (Red+Green+Blue) = 94+144+127=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #5E907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E907F is #A16F80. Grayscale: #7F7F7F. Windows color (decimal): -10579841 or 8360030. OLE color: 8360030.

HSL color Cylindrical-coordinate representation of color #5E907F: hue angle of 159.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E907F is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 144 127 -
CMYK 0.35 0 0.12 0.44
HSL 159.6º 0.21% 0.47% -
HSV(B) 159.6º 0.35% 0.56% -
XYZ 18.42 23.86 23.71 -
YUV 127.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 94 144 127 0.35 0 0.12 0.44 159.6 0.21 0.47
Hex 5E 90 7F 23 0 C 2C A0 15 2F
Octal 136 220 177 43 0 14 54 240 25 57
Binary 1011110 10010000 1111111 100011 0 1100 101100 10100000 10101 101111

Color Harmonies of #5E907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E907F

Black with #5E907F

Text Example


Text Example

White with #5E907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,144,127); }

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

background-color css

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

 a { background-color: rgb(94,144,127); }

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

border-color css

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

 span { border-color: rgb(94,144,127); }

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