Html Css Color HEX #509887 Lochinvar

📋 copy color: '#509887'

red 80 ◦ green 152 ◦ blue 135

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

Shades of Lochinvar #509887

Tints of Lochinvar #509887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 21.8%
G = 41.42%
B = 36.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#509887 (or 0x509887) is known color: Lochinvar. HEX triplet: 50, 98 and 87. RGB value is (80,152,135). Sum of RGB (Red+Green+Blue) = 80+152+135=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #509887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509887 is #AF6778. Grayscale: #808080. Windows color (decimal): -11495289 or 8886352. OLE color: 8886352.

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

Color convert

RGB 80 152 135 -
CMYK 0.47 0 0.11 0.40
HSL 165.83º 0.31% 0.45% -
HSV(B) 165.83º 0.47% 0.6% -
XYZ 18.91 25.91 26.93 -
YUV 128.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 80 152 135 0.47 0 0.11 0.40 165.83 0.31 0.45
Hex 50 98 87 2F 0 B 28 A6 1F 2D
Octal 120 230 207 57 0 13 50 246 37 55
Binary 1010000 10011000 10000111 101111 0 1011 101000 10100110 11111 101101

Color Harmonies of #509887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509887

Black with #509887

Text Example


Text Example

White with #509887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509887; }

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

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

background-color css

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

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

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

border-color css

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

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

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