Html Css Color HEX #51988E Lochinvar

📋 copy color: '#51988E'

red 81 ◦ green 152 ◦ blue 142

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

Shades of Lochinvar #51988E

Tints of Lochinvar #51988E

RGB

 RED value IS 81 (32.03% from 255) = 21.6%

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 21.6%
G = 40.53%
B = 37.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#51988E (or 0x51988E) is known color: Lochinvar. HEX triplet: 51, 98 and 8E. RGB value is (81,152,142). Sum of RGB (Red+Green+Blue) = 81+152+142=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #51988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988E is #AE6771. Grayscale: #818181. Windows color (decimal): -11429746 or 9345105. OLE color: 9345105.

HSL color Cylindrical-coordinate representation of color #51988E: hue angle of 171.55º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51988E is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 142 -
CMYK 0.47 0 0.07 0.40
HSL 171.55º 0.3% 0.46% -
HSV(B) 171.55º 0.47% 0.6% -
XYZ 19.5 26.16 29.61 -
YUV 129.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 81 152 142 0.47 0 0.07 0.40 171.55 0.3 0.46
Hex 51 98 8E 2F 0 7 28 AC 1E 2E
Octal 121 230 216 57 0 7 50 254 36 56
Binary 1010001 10011000 10001110 101111 0 111 101000 10101100 11110 101110

Color Harmonies of #51988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51988E

Black with #51988E

Text Example


Text Example

White with #51988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51988E; }

 p { color: rgb(81,152,142); }

 H1.HeaderClassName
 {
   color: #51988E;
 }
 .AnyTagClassName
 {
   color: #51988E;
 }
</style>

background-color css

<style>
 a { background-color: #51988E; }

 a { background-color: rgb(81,152,142); }

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

border-color css

<style>
 span { border-color: #51988E; }

 span { border-color: rgb(81,152,142); }

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