Html Css Color HEX #51988B Lochinvar

📋 copy color: '#51988B'

red 81 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #51988B

Tints of Lochinvar #51988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 21.77%
G = 40.86%
B = 37.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#51988B (or 0x51988B) is known color: Lochinvar. HEX triplet: 51, 98 and 8B. RGB value is (81,152,139). Sum of RGB (Red+Green+Blue) = 81+152+139=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #51988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988B is #AE6774. Grayscale: #818181. Windows color (decimal): -11429749 or 9148497. OLE color: 9148497.

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

Color convert

RGB 81 152 139 -
CMYK 0.47 0 0.09 0.40
HSL 169.01º 0.3% 0.46% -
HSV(B) 169.01º 0.47% 0.6% -
XYZ 19.28 26.07 28.44 -
YUV 129.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 81 152 139 0.47 0 0.09 0.40 169.01 0.3 0.46
Hex 51 98 8B 2F 0 9 28 A9 1E 2E
Octal 121 230 213 57 0 11 50 251 36 56
Binary 1010001 10011000 10001011 101111 0 1001 101000 10101001 11110 101110

Color Harmonies of #51988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51988B

Black with #51988B

Text Example


Text Example

White with #51988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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