Html Css Color HEX #55967B Patina

📋 copy color: '#55967B'

red 85 ◦ green 150 ◦ blue 123

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

Shades of Patina #55967B

Tints of Patina #55967B

RGB

 RED value IS 85 (33.59% from 255) = 23.74%

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 23.74%
G = 41.9%
B = 34.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#55967B (or 0x55967B) is known color: Patina. HEX triplet: 55, 96 and 7B. RGB value is (85,150,123). Sum of RGB (Red+Green+Blue) = 85+150+123=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #55967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55967B is #AA6984. Grayscale: #7F7F7F. Windows color (decimal): -11168133 or 8099413. OLE color: 8099413.

HSL color Cylindrical-coordinate representation of color #55967B: hue angle of 155.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55967B is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 123 -
CMYK 0.43 0 0.18 0.41
HSL 155.08º 0.28% 0.46% -
HSV(B) 155.08º 0.43% 0.59% -
XYZ 18.23 25.17 22.64 -
YUV 127.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 85 150 123 0.43 0 0.18 0.41 155.08 0.28 0.46
Hex 55 96 7B 2B 0 12 29 9B 1C 2E
Octal 125 226 173 53 0 22 51 233 34 56
Binary 1010101 10010110 1111011 101011 0 10010 101001 10011011 11100 101110

Color Harmonies of #55967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55967B

Black with #55967B

Text Example


Text Example

White with #55967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55967B; }

 p { color: rgb(85,150,123); }

 H1.HeaderClassName
 {
   color: #55967B;
 }
 .AnyTagClassName
 {
   color: #55967B;
 }
</style>

background-color css

<style>
 a { background-color: #55967B; }

 a { background-color: rgb(85,150,123); }

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

border-color css

<style>
 span { border-color: #55967B; }

 span { border-color: rgb(85,150,123); }

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