Html Css Color HEX #509688 Lochinvar

📋 copy color: '#509688'

red 80 ◦ green 150 ◦ blue 136

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

Shades of Lochinvar #509688

Tints of Lochinvar #509688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 21.86%
G = 40.98%
B = 37.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#509688 (or 0x509688) is known color: Lochinvar. HEX triplet: 50, 96 and 88. RGB value is (80,150,136). Sum of RGB (Red+Green+Blue) = 80+150+136=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #509688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509688 is #AF6977. Grayscale: #7F7F7F. Windows color (decimal): -11495800 or 8951376. OLE color: 8951376.

HSL color Cylindrical-coordinate representation of color #509688: hue angle of 168º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509688 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 136 -
CMYK 0.47 0 0.09 0.41
HSL 168º 0.3% 0.45% -
HSV(B) 168º 0.47% 0.59% -
XYZ 18.66 25.3 27.19 -
YUV 127.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 80 150 136 0.47 0 0.09 0.41 168 0.3 0.45
Hex 50 96 88 2F 0 9 29 A8 1E 2D
Octal 120 226 210 57 0 11 51 250 36 55
Binary 1010000 10010110 10001000 101111 0 1001 101001 10101000 11110 101101

Color Harmonies of #509688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509688

Black with #509688

Text Example


Text Example

White with #509688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509688; }

 p { color: rgb(80,150,136); }

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

background-color css

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

 a { background-color: rgb(80,150,136); }

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

border-color css

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

 span { border-color: rgb(80,150,136); }

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