#56948C

Color #56948C Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #56948C

Tints of Lochinvar #56948C

Color information

#56948C (or 0x56948C) is unknown color: approx Lochinvar. HEX triplet: 56, 94 and 8C. RGB value is (86,148,140). Sum of RGB (Red+Green+Blue) = 86+148+140=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #56948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56948C is #A96B73. Grayscale: #808080. Windows color (decimal): -11103092 or 9213014. OLE color: 9213014.

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

Color convert

RGB86148140-
CMYK0.4200.050.42
HSL172.26º26.5%45.88%-
HSV(B)172.26º41.89%58.04%-
XYZ19.1625.0528.64-
YUV128.55134.4697.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=22.99%
G=39.57%
B=37.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481400.4200.050.42172.2626.545.88
Hex56948C2A052Aac1a2e
Octal1262242145205522543256
Binary1010110100101001000110010101001011010101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,148,140); }

 H1.HeaderClassName
 {
   color: #56948C;
 }
 .AnyTagClassName
 {
   color: #56948C;
 }
</style>
background-color css

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

 a { background-color: rgb(86,148,140); }

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

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

 span { border-color: rgb(86,148,140); }

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