Html Css Color HEX #509880 Lochinvar

📋 copy color: '#509880'

red 80 ◦ green 152 ◦ blue 128

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

Shades of Lochinvar #509880

Tints of Lochinvar #509880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 22.22%
G = 42.22%
B = 35.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#509880 (or 0x509880) is known color: Lochinvar. HEX triplet: 50, 98 and 80. RGB value is (80,152,128). Sum of RGB (Red+Green+Blue) = 80+152+128=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #509880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509880 is #AF677F. Grayscale: #7F7F7F. Windows color (decimal): -11495296 or 8427600. OLE color: 8427600.

HSL color Cylindrical-coordinate representation of color #509880: hue angle of 160º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509880 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 128 -
CMYK 0.47 0 0.16 0.40
HSL 160º 0.31% 0.45% -
HSV(B) 160º 0.47% 0.6% -
XYZ 18.43 25.72 24.42 -
YUV 127.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 80 152 128 0.47 0 0.16 0.40 160 0.31 0.45
Hex 50 98 80 2F 0 10 28 A0 1F 2D
Octal 120 230 200 57 0 20 50 240 37 55
Binary 1010000 10011000 10000000 101111 0 10000 101000 10100000 11111 101101

Color Harmonies of #509880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509880

Black with #509880

Text Example


Text Example

White with #509880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509880; }

 p { color: rgb(80,152,128); }

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

background-color css

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

 a { background-color: rgb(80,152,128); }

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

border-color css

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

 span { border-color: rgb(80,152,128); }

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