Html Css Color HEX #509E8B Lochinvar

📋 copy color: '#509E8B'

red 80 ◦ green 158 ◦ blue 139

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

Shades of Lochinvar #509E8B

Tints of Lochinvar #509E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 21.22%
G = 41.91%
B = 36.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#509E8B (or 0x509E8B) is known color: Lochinvar. HEX triplet: 50, 9E and 8B. RGB value is (80,158,139). Sum of RGB (Red+Green+Blue) = 80+158+139=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #509E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E8B is #AF6174. Grayscale: #848484. Windows color (decimal): -11493749 or 9150032. OLE color: 9150032.

HSL color Cylindrical-coordinate representation of color #509E8B: hue angle of 165.38º 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 #509E8B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 158 139 -
CMYK 0.49 0 0.12 0.38
HSL 165.38º 0.33% 0.47% -
HSV(B) 165.38º 0.49% 0.62% -
XYZ 20.2 28.02 28.77 -
YUV 132.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 80 158 139 0.49 0 0.12 0.38 165.38 0.33 0.47
Hex 50 9E 8B 31 0 C 26 A5 21 2F
Octal 120 236 213 61 0 14 46 245 41 57
Binary 1010000 10011110 10001011 110001 0 1100 100110 10100101 100001 101111

Color Harmonies of #509E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E8B

Black with #509E8B

Text Example


Text Example

White with #509E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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