Html Css Color HEX #51988D Lochinvar

📋 copy color: '#51988D'

red 81 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #51988D

Tints of Lochinvar #51988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 21.66%
G = 40.64%
B = 37.7%

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

#51988D (or 0x51988D) is known color: Lochinvar. HEX triplet: 51, 98 and 8D. RGB value is (81,152,141). Sum of RGB (Red+Green+Blue) = 81+152+141=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #51988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988D is #AE6772. Grayscale: #818181. Windows color (decimal): -11429747 or 9279569. OLE color: 9279569.

HSL color Cylindrical-coordinate representation of color #51988D: hue angle of 170.7º 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 #51988D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 141 -
CMYK 0.47 0 0.07 0.40
HSL 170.7º 0.3% 0.46% -
HSV(B) 170.7º 0.47% 0.6% -
XYZ 19.43 26.13 29.22 -
YUV 129.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 81 152 141 0.47 0 0.07 0.40 170.7 0.3 0.46
Hex 51 98 8D 2F 0 7 28 AB 1E 2E
Octal 121 230 215 57 0 7 50 253 36 56
Binary 1010001 10011000 10001101 101111 0 111 101000 10101011 11110 101110

Color Harmonies of #51988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51988D

Black with #51988D

Text Example


Text Example

White with #51988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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