Html Css Color HEX #509884 Lochinvar

📋 copy color: '#509884'

red 80 ◦ green 152 ◦ blue 132

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

Shades of Lochinvar #509884

Tints of Lochinvar #509884

RGB

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

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

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

R = 21.98%
G = 41.76%
B = 36.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#509884 (or 0x509884) is known color: Lochinvar. HEX triplet: 50, 98 and 84. RGB value is (80,152,132). Sum of RGB (Red+Green+Blue) = 80+152+132=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #509884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509884 is #AF677B. Grayscale: #808080. Windows color (decimal): -11495292 or 8689744. OLE color: 8689744.

HSL color Cylindrical-coordinate representation of color #509884: hue angle of 163.33º 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 #509884 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 132 -
CMYK 0.47 0 0.13 0.40
HSL 163.33º 0.31% 0.45% -
HSV(B) 163.33º 0.47% 0.6% -
XYZ 18.7 25.83 25.83 -
YUV 128.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 80 152 132 0.47 0 0.13 0.40 163.33 0.31 0.45
Hex 50 98 84 2F 0 D 28 A3 1F 2D
Octal 120 230 204 57 0 15 50 243 37 55
Binary 1010000 10011000 10000100 101111 0 1101 101000 10100011 11111 101101

Color Harmonies of #509884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509884

Black with #509884

Text Example


Text Example

White with #509884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509884; }

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

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

background-color css

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

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

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

border-color css

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

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

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