#51908A

Color #51908A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #51908A

Tints of Lochinvar #51908A

Color information

#51908A (or 0x51908A) is unknown color: approx Lochinvar. HEX triplet: 51, 90 and 8A. RGB value is (81,144,138). Sum of RGB (Red+Green+Blue) = 81+144+138=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #51908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51908A is #AE6F75. Grayscale: #7C7C7C. Windows color (decimal): -11431798 or 9080913. OLE color: 9080913.

HSL color Cylindrical-coordinate representation of color #51908A: hue angle of 174.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51908A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB81144138-
CMYK0.4400.040.44
HSL174.29º28%44.12%-
HSV(B)174.29º43.75%56.47%-
XYZ17.9523.5327.64-
YUV124.48135.6396.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=22.31%
G=39.67%
B=38.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441380.4400.040.44174.292844.12
Hex51908A2C042Cae1c2c
Octal1212202125404542563454
Binary1010001100100001000101010110001001011001010111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51908A; }

 p { color: rgb(81,144,138); }

 H1.HeaderClassName
 {
   color: #51908A;
 }
 .AnyTagClassName
 {
   color: #51908A;
 }
</style>
background-color css

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

 a { background-color: rgb(81,144,138); }

 div.DivClassName
 {
   background-color: #51908A;
 }
 .BgClassName
 {
   background-color: #51908A;
 }
</style>
border-color css

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

 span { border-color: rgb(81,144,138); }

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