Html Css Color HEX #509E8F Lochinvar

📋 copy color: '#509E8F'

red 80 ◦ green 158 ◦ blue 143

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

Shades of Lochinvar #509E8F

Tints of Lochinvar #509E8F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.47%

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 21%
G = 41.47%
B = 37.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#509E8F (or 0x509E8F) is known color: Lochinvar. HEX triplet: 50, 9E and 8F. RGB value is (80,158,143). Sum of RGB (Red+Green+Blue) = 80+158+143=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #509E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E8F is #AF6170. Grayscale: #848484. Windows color (decimal): -11493745 or 9412176. OLE color: 9412176.

HSL color Cylindrical-coordinate representation of color #509E8F: hue angle of 168.46º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E8F is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 143 -
CMYK 0.49 0 0.09 0.38
HSL 168.46º 0.33% 0.47% -
HSV(B) 168.46º 0.49% 0.62% -
XYZ 20.49 28.14 30.34 -
YUV 132.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 80 158 143 0.49 0 0.09 0.38 168.46 0.33 0.47
Hex 50 9E 8F 31 0 9 26 A8 21 2F
Octal 120 236 217 61 0 11 46 250 41 57
Binary 1010000 10011110 10001111 110001 0 1001 100110 10101000 100001 101111

Color Harmonies of #509E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E8F

Black with #509E8F

Text Example


Text Example

White with #509E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E8F; }

 p { color: rgb(80,158,143); }

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

background-color css

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

 a { background-color: rgb(80,158,143); }

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

border-color css

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

 span { border-color: rgb(80,158,143); }

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