Html Css Color HEX #5B928A Patina

📋 copy color: '#5B928A'

red 91 ◦ green 146 ◦ blue 138

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

Shades of Patina #5B928A

Tints of Patina #5B928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 24.27%
G = 38.93%
B = 36.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#5B928A (or 0x5B928A) is known color: Patina. HEX triplet: 5B, 92 and 8A. RGB value is (91,146,138). Sum of RGB (Red+Green+Blue) = 91+146+138=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #5B928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B928A is #A46D75. Grayscale: #808080. Windows color (decimal): -10775926 or 9081435. OLE color: 9081435.

HSL color Cylindrical-coordinate representation of color #5B928A: hue angle of 171.27º 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 #5B928A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 138 -
CMYK 0.38 0 0.05 0.43
HSL 171.27º 0.23% 0.46% -
HSV(B) 171.27º 0.38% 0.57% -
XYZ 19.18 24.62 27.79 -
YUV 128.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 91 146 138 0.38 0 0.05 0.43 171.27 0.23 0.46
Hex 5B 92 8A 26 0 5 2B AB 17 2E
Octal 133 222 212 46 0 5 53 253 27 56
Binary 1011011 10010010 10001010 100110 0 101 101011 10101011 10111 101110

Color Harmonies of #5B928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B928A

Black with #5B928A

Text Example


Text Example

White with #5B928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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