Html Css Color HEX #509C84 Lochinvar

📋 copy color: '#509C84'

red 80 ◦ green 156 ◦ blue 132

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

Shades of Lochinvar #509C84

Tints of Lochinvar #509C84

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 21.74%
G = 42.39%
B = 35.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#509C84 (or 0x509C84) is known color: Lochinvar. HEX triplet: 50, 9C and 84. RGB value is (80,156,132). Sum of RGB (Red+Green+Blue) = 80+156+132=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #509C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C84 is #AF637B. Grayscale: #828282. Windows color (decimal): -11494268 or 8690768. OLE color: 8690768.

HSL color Cylindrical-coordinate representation of color #509C84: hue angle of 161.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C84 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 132 -
CMYK 0.49 0 0.15 0.39
HSL 161.05º 0.32% 0.46% -
HSV(B) 161.05º 0.49% 0.61% -
XYZ 19.36 27.15 26.05 -
YUV 130.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 80 156 132 0.49 0 0.15 0.39 161.05 0.32 0.46
Hex 50 9C 84 31 0 F 27 A1 20 2E
Octal 120 234 204 61 0 17 47 241 40 56
Binary 1010000 10011100 10000100 110001 0 1111 100111 10100001 100000 101110

Color Harmonies of #509C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C84

Black with #509C84

Text Example


Text Example

White with #509C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509C84; }

 p { color: rgb(80,156,132); }

 H1.HeaderClassName
 {
   color: #509C84;
 }
 .AnyTagClassName
 {
   color: #509C84;
 }
</style>

background-color css

<style>
 a { background-color: #509C84; }

 a { background-color: rgb(80,156,132); }

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

border-color css

<style>
 span { border-color: #509C84; }

 span { border-color: rgb(80,156,132); }

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