Html Css Color HEX #5E907A Patina

📋 copy color: '#5E907A'

red 94 ◦ green 144 ◦ blue 122

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

Shades of Patina #5E907A

Tints of Patina #5E907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 26.11%
G = 40%
B = 33.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#5E907A (or 0x5E907A) is known color: Patina. HEX triplet: 5E, 90 and 7A. RGB value is (94,144,122). Sum of RGB (Red+Green+Blue) = 94+144+122=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #5E907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E907A is #A16F85. Grayscale: #7E7E7E. Windows color (decimal): -10579846 or 8032350. OLE color: 8032350.

HSL color Cylindrical-coordinate representation of color #5E907A: hue angle of 153.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 #5E907A is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 144 122 -
CMYK 0.35 0 0.15 0.44
HSL 153.6º 0.21% 0.47% -
HSV(B) 153.6º 0.35% 0.56% -
XYZ 18.1 23.73 22.04 -
YUV 126.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 94 144 122 0.35 0 0.15 0.44 153.6 0.21 0.47
Hex 5E 90 7A 23 0 F 2C 9A 15 2F
Octal 136 220 172 43 0 17 54 232 25 57
Binary 1011110 10010000 1111010 100011 0 1111 101100 10011010 10101 101111

Color Harmonies of #5E907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E907A

Black with #5E907A

Text Example


Text Example

White with #5E907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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