Html Css Color HEX #507B5C Como

📋 copy color: '#507B5C'

red 80 ◦ green 123 ◦ blue 92

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

Shades of Como #507B5C

Tints of Como #507B5C

RGB

 RED value IS 80 (31.64% from 255) = 27.12%

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 27.12%
G = 41.69%
B = 31.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#507B5C (or 0x507B5C) is known color: Como. HEX triplet: 50, 7B and 5C. RGB value is (80,123,92). Sum of RGB (Red+Green+Blue) = 80+123+92=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #507B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B5C is #AF84A3. Grayscale: #6A6A6A. Windows color (decimal): -11502756 or 6060880. OLE color: 6060880.

HSL color Cylindrical-coordinate representation of color #507B5C: hue angle of 136.74º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B5C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 92 -
CMYK 0.35 0 0.25 0.52
HSL 136.74º 0.21% 0.4% -
HSV(B) 136.74º 0.35% 0.48% -
XYZ 12.32 16.64 12.69 -
YUV 106.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 80 123 92 0.35 0 0.25 0.52 136.74 0.21 0.4
Hex 50 7B 5C 23 0 19 34 89 15 28
Octal 120 173 134 43 0 31 64 211 25 50
Binary 1010000 1111011 1011100 100011 0 11001 110100 10001001 10101 101000

Color Harmonies of #507B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B5C

Black with #507B5C

Text Example


Text Example

White with #507B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507B5C; }

 p { color: rgb(80,123,92); }

 H1.HeaderClassName
 {
   color: #507B5C;
 }
 .AnyTagClassName
 {
   color: #507B5C;
 }
</style>

background-color css

<style>
 a { background-color: #507B5C; }

 a { background-color: rgb(80,123,92); }

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

border-color css

<style>
 span { border-color: #507B5C; }

 span { border-color: rgb(80,123,92); }

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