Html Css Color HEX #51887E Lochinvar

📋 copy color: '#51887E'

red 81 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #51887E

Tints of Lochinvar #51887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 23.62%
G = 39.65%
B = 36.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#51887E (or 0x51887E) is known color: Lochinvar. HEX triplet: 51, 88 and 7E. RGB value is (81,136,126). Sum of RGB (Red+Green+Blue) = 81+136+126=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #51887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51887E is #AE7781. Grayscale: #767676. Windows color (decimal): -11433858 or 8292433. OLE color: 8292433.

HSL color Cylindrical-coordinate representation of color #51887E: hue angle of 169.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51887E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 136 126 -
CMYK 0.40 0 0.07 0.47
HSL 169.09º 0.25% 0.43% -
HSV(B) 169.09º 0.4% 0.53% -
XYZ 15.96 20.86 22.92 -
YUV 118.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 81 136 126 0.40 0 0.07 0.47 169.09 0.25 0.43
Hex 51 88 7E 28 0 7 2F A9 19 2B
Octal 121 210 176 50 0 7 57 251 31 53
Binary 1010001 10001000 1111110 101000 0 111 101111 10101001 11001 101011

Color Harmonies of #51887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51887E

Black with #51887E

Text Example


Text Example

White with #51887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,136,126); }

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

background-color css

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

 a { background-color: rgb(81,136,126); }

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

border-color css

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

 span { border-color: rgb(81,136,126); }

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