Html Css Color HEX #51958E Lochinvar

📋 copy color: '#51958E'

red 81 ◦ green 149 ◦ blue 142

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

Shades of Lochinvar #51958E

Tints of Lochinvar #51958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 21.77%
G = 40.05%
B = 38.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#51958E (or 0x51958E) is known color: Lochinvar. HEX triplet: 51, 95 and 8E. RGB value is (81,149,142). Sum of RGB (Red+Green+Blue) = 81+149+142=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #51958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51958E is #AE6A71. Grayscale: #7F7F7F. Windows color (decimal): -11430514 or 9344337. OLE color: 9344337.

HSL color Cylindrical-coordinate representation of color #51958E: hue angle of 173.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51958E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 142 -
CMYK 0.46 0 0.05 0.42
HSL 173.82º 0.3% 0.45% -
HSV(B) 173.82º 0.46% 0.58% -
XYZ 19.02 25.2 29.45 -
YUV 127.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 81 149 142 0.46 0 0.05 0.42 173.82 0.3 0.45
Hex 51 95 8E 2E 0 5 2A AE 1E 2D
Octal 121 225 216 56 0 5 52 256 36 55
Binary 1010001 10010101 10001110 101110 0 101 101010 10101110 11110 101101

Color Harmonies of #51958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51958E

Black with #51958E

Text Example


Text Example

White with #51958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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