Html Css Color HEX #509C8E Lochinvar

📋 copy color: '#509C8E'

red 80 ◦ green 156 ◦ blue 142

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

Shades of Lochinvar #509C8E

Tints of Lochinvar #509C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 21.16%
G = 41.27%
B = 37.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#509C8E (or 0x509C8E) is known color: Lochinvar. HEX triplet: 50, 9C and 8E. RGB value is (80,156,142). Sum of RGB (Red+Green+Blue) = 80+156+142=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #509C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C8E is #AF6371. Grayscale: #838383. Windows color (decimal): -11494258 or 9346128. OLE color: 9346128.

HSL color Cylindrical-coordinate representation of color #509C8E: hue angle of 168.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C8E is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 156 142 -
CMYK 0.49 0 0.09 0.39
HSL 168.95º 0.32% 0.46% -
HSV(B) 168.95º 0.49% 0.61% -
XYZ 20.08 27.44 29.83 -
YUV 131.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 80 156 142 0.49 0 0.09 0.39 168.95 0.32 0.46
Hex 50 9C 8E 31 0 9 27 A9 20 2E
Octal 120 234 216 61 0 11 47 251 40 56
Binary 1010000 10011100 10001110 110001 0 1001 100111 10101001 100000 101110

Color Harmonies of #509C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C8E

Black with #509C8E

Text Example


Text Example

White with #509C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,156,142); }

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

background-color css

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

 a { background-color: rgb(80,156,142); }

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

border-color css

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

 span { border-color: rgb(80,156,142); }

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