Html Css Color HEX #51938C Lochinvar

📋 copy color: '#51938C'

red 81 ◦ green 147 ◦ blue 140

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

Shades of Lochinvar #51938C

Tints of Lochinvar #51938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 22.01%
G = 39.95%
B = 38.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#51938C (or 0x51938C) is known color: Lochinvar. HEX triplet: 51, 93 and 8C. RGB value is (81,147,140). Sum of RGB (Red+Green+Blue) = 81+147+140=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #51938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51938C is #AE6C73. Grayscale: #7E7E7E. Windows color (decimal): -11431028 or 9212753. OLE color: 9212753.

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

Color convert

RGB 81 147 140 -
CMYK 0.45 0 0.05 0.42
HSL 173.64º 0.29% 0.45% -
HSV(B) 173.64º 0.45% 0.58% -
XYZ 18.56 24.51 28.56 -
YUV 126.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 81 147 140 0.45 0 0.05 0.42 173.64 0.29 0.45
Hex 51 93 8C 2D 0 5 2A AE 1D 2D
Octal 121 223 214 55 0 5 52 256 35 55
Binary 1010001 10010011 10001100 101101 0 101 101010 10101110 11101 101101

Color Harmonies of #51938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51938C

Black with #51938C

Text Example


Text Example

White with #51938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51938C; }

 p { color: rgb(81,147,140); }

 H1.HeaderClassName
 {
   color: #51938C;
 }
 .AnyTagClassName
 {
   color: #51938C;
 }
</style>

background-color css

<style>
 a { background-color: #51938C; }

 a { background-color: rgb(81,147,140); }

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

border-color css

<style>
 span { border-color: #51938C; }

 span { border-color: rgb(81,147,140); }

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