Html Css Color HEX #509585 Lochinvar

📋 copy color: '#509585'

red 80 ◦ green 149 ◦ blue 133

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

Shades of Lochinvar #509585

Tints of Lochinvar #509585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 22.1%
G = 41.16%
B = 36.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#509585 (or 0x509585) is known color: Lochinvar. HEX triplet: 50, 95 and 85. RGB value is (80,149,133). Sum of RGB (Red+Green+Blue) = 80+149+133=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #509585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509585 is #AF6A7A. Grayscale: #7E7E7E. Windows color (decimal): -11496059 or 8754512. OLE color: 8754512.

HSL color Cylindrical-coordinate representation of color #509585: hue angle of 166.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509585 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 133 -
CMYK 0.46 0 0.11 0.42
HSL 166.09º 0.3% 0.45% -
HSV(B) 166.09º 0.46% 0.58% -
XYZ 18.29 24.89 26.03 -
YUV 126.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 80 149 133 0.46 0 0.11 0.42 166.09 0.3 0.45
Hex 50 95 85 2E 0 B 2A A6 1E 2D
Octal 120 225 205 56 0 13 52 246 36 55
Binary 1010000 10010101 10000101 101110 0 1011 101010 10100110 11110 101101

Color Harmonies of #509585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509585

Black with #509585

Text Example


Text Example

White with #509585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509585; }

 p { color: rgb(80,149,133); }

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

background-color css

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

 a { background-color: rgb(80,149,133); }

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

border-color css

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

 span { border-color: rgb(80,149,133); }

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