Html Css Color HEX #5D907F Patina

📋 copy color: '#5D907F'

red 93 ◦ green 144 ◦ blue 127

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

Shades of Patina #5D907F

Tints of Patina #5D907F

RGB

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

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

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

R = 25.55%
G = 39.56%
B = 34.89%

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

#5D907F (or 0x5D907F) is known color: Patina. HEX triplet: 5D, 90 and 7F. RGB value is (93,144,127). Sum of RGB (Red+Green+Blue) = 93+144+127=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #5D907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D907F is #A26F80. Grayscale: #7E7E7E. Windows color (decimal): -10645377 or 8360029. OLE color: 8360029.

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

Color convert

RGB 93 144 127 -
CMYK 0.35 0 0.12 0.44
HSL 160º 0.22% 0.46% -
HSV(B) 160º 0.35% 0.56% -
XYZ 18.32 23.81 23.71 -
YUV 126.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 93 144 127 0.35 0 0.12 0.44 160 0.22 0.46
Hex 5D 90 7F 23 0 C 2C A0 16 2E
Octal 135 220 177 43 0 14 54 240 26 56
Binary 1011101 10010000 1111111 100011 0 1100 101100 10100000 10110 101110

Color Harmonies of #5D907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D907F

Black with #5D907F

Text Example


Text Example

White with #5D907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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