Html Css Color HEX #5E907D Patina

📋 copy color: '#5E907D'

red 94 ◦ green 144 ◦ blue 125

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

Shades of Patina #5E907D

Tints of Patina #5E907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 25.9%
G = 39.67%
B = 34.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#5E907D (or 0x5E907D) is known color: Patina. HEX triplet: 5E, 90 and 7D. RGB value is (94,144,125). Sum of RGB (Red+Green+Blue) = 94+144+125=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #5E907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E907D is #A16F82. Grayscale: #7E7E7E. Windows color (decimal): -10579843 or 8228958. OLE color: 8228958.

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

Color convert

RGB 94 144 125 -
CMYK 0.35 0 0.13 0.44
HSL 157.2º 0.21% 0.47% -
HSV(B) 157.2º 0.35% 0.56% -
XYZ 18.29 23.81 23.03 -
YUV 126.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 94 144 125 0.35 0 0.13 0.44 157.2 0.21 0.47
Hex 5E 90 7D 23 0 D 2C 9D 15 2F
Octal 136 220 175 43 0 15 54 235 25 57
Binary 1011110 10010000 1111101 100011 0 1101 101100 10011101 10101 101111

Color Harmonies of #5E907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E907D

Black with #5E907D

Text Example


Text Example

White with #5E907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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