Html Css Color HEX #509C83 Lochinvar

📋 copy color: '#509C83'

red 80 ◦ green 156 ◦ blue 131

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

Shades of Lochinvar #509C83

Tints of Lochinvar #509C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 21.8%
G = 42.51%
B = 35.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#509C83 (or 0x509C83) is known color: Lochinvar. HEX triplet: 50, 9C and 83. RGB value is (80,156,131). Sum of RGB (Red+Green+Blue) = 80+156+131=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #509C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C83 is #AF637C. Grayscale: #828282. Windows color (decimal): -11494269 or 8625232. OLE color: 8625232.

HSL color Cylindrical-coordinate representation of color #509C83: hue angle of 160.26º 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 #509C83 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 131 -
CMYK 0.49 0 0.16 0.39
HSL 160.26º 0.32% 0.46% -
HSV(B) 160.26º 0.49% 0.61% -
XYZ 19.29 27.12 25.69 -
YUV 130.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 80 156 131 0.49 0 0.16 0.39 160.26 0.32 0.46
Hex 50 9C 83 31 0 10 27 A0 20 2E
Octal 120 234 203 61 0 20 47 240 40 56
Binary 1010000 10011100 10000011 110001 0 10000 100111 10100000 100000 101110

Color Harmonies of #509C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C83

Black with #509C83

Text Example


Text Example

White with #509C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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