Html Css Color HEX #509C90 Lochinvar

📋 copy color: '#509C90'

red 80 ◦ green 156 ◦ blue 144

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

Shades of Lochinvar #509C90

Tints of Lochinvar #509C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 21.05%
G = 41.05%
B = 37.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#509C90 (or 0x509C90) is known color: Lochinvar. HEX triplet: 50, 9C and 90. RGB value is (80,156,144). Sum of RGB (Red+Green+Blue) = 80+156+144=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #509C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C90 is #AF636F. Grayscale: #838383. Windows color (decimal): -11494256 or 9477200. OLE color: 9477200.

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

Color convert

RGB 80 156 144 -
CMYK 0.49 0 0.08 0.39
HSL 170.53º 0.32% 0.46% -
HSV(B) 170.53º 0.49% 0.61% -
XYZ 20.23 27.5 30.63 -
YUV 131.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 80 156 144 0.49 0 0.08 0.39 170.53 0.32 0.46
Hex 50 9C 90 31 0 8 27 AB 20 2E
Octal 120 234 220 61 0 10 47 253 40 56
Binary 1010000 10011100 10010000 110001 0 1000 100111 10101011 100000 101110

Color Harmonies of #509C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509C90

Black with #509C90

Text Example


Text Example

White with #509C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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