Html Css Color HEX #5B927C Patina

📋 copy color: '#5B927C'

red 91 ◦ green 146 ◦ blue 124

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

Shades of Patina #5B927C

Tints of Patina #5B927C

RGB

 RED value IS 91 (35.94% from 255) = 25.21%

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 25.21%
G = 40.44%
B = 34.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#5B927C (or 0x5B927C) is known color: Patina. HEX triplet: 5B, 92 and 7C. RGB value is (91,146,124). Sum of RGB (Red+Green+Blue) = 91+146+124=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #5B927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B927C is #A46D83. Grayscale: #7F7F7F. Windows color (decimal): -10775940 or 8163931. OLE color: 8163931.

HSL color Cylindrical-coordinate representation of color #5B927C: hue angle of 156º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B927C is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 124 -
CMYK 0.38 0 0.15 0.43
HSL 156º 0.23% 0.46% -
HSV(B) 156º 0.38% 0.57% -
XYZ 18.23 24.24 22.79 -
YUV 127.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 91 146 124 0.38 0 0.15 0.43 156 0.23 0.46
Hex 5B 92 7C 26 0 F 2B 9C 17 2E
Octal 133 222 174 46 0 17 53 234 27 56
Binary 1011011 10010010 1111100 100110 0 1111 101011 10011100 10111 101110

Color Harmonies of #5B927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B927C

Black with #5B927C

Text Example


Text Example

White with #5B927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,146,124); }

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

background-color css

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

 a { background-color: rgb(91,146,124); }

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

border-color css

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

 span { border-color: rgb(91,146,124); }

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